fish-shell/share/completions/cd.fish
Fabian Homborg 4afd41877f Fix various expansions in cd completions
This actually used the built-in file-completion logic as a fallback
for e.g. tilde-expansion (stuff like `cd ~/V`).

Fixes #4061.
2017-05-26 16:57:42 +02:00

2 lines
107 B
Fish

complete -c cd -a "(__fish_complete_cd)"
complete -c cd -s h -l help --description 'Display help and exit'