2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-15 06:24:01 +00:00
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 .
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'