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