mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
68527ff20c
This ends up saving a surprising number of bytes.
2 lines
96 B
Fish
2 lines
96 B
Fish
complete -c cd -a "(__fish_complete_cd)"
|
|
complete -c cd -s h -l help -d 'Display help and exit'
|