mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
4afd41877f
This actually used the built-in file-completion logic as a fallback for e.g. tilde-expansion (stuff like `cd ~/V`). Fixes #4061.
2 lines
107 B
Fish
2 lines
107 B
Fish
complete -c cd -a "(__fish_complete_cd)"
|
|
complete -c cd -s h -l help --description 'Display help and exit'
|