fish-shell/share/functions/fish_update_completions.fish

5 lines
298 B
Fish
Raw Normal View History

function fish_update_completions --description "Update man-page based completions"
# Clean up old paths
2016-06-16 12:39:55 +08:00
eval (string escape $__fish_datadir/tools/create_manpage_completions.py) --manpath --progress --cleanup-in '~/.config/fish/completions' --cleanup-in '~/.config/fish/generated_completions'
end