mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
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.
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
|
||||
complete -x -c cd -a "(__fish_complete_cd)"
|
||||
complete -c cd -a "(__fish_complete_cd)"
|
||||
complete -c cd -s h -l help --description 'Display help and exit'
|
||||
|
||||
Reference in New Issue
Block a user