This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-11-13 08:27:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9a5afe3913
fish-shell
/
share
/
completions
/
cd.fish
3 lines
96 B
Fish
Raw
Normal View
History
Unescape
Escape
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.
2017-05-26 14:56:31 +00:00
complete
-c
cd
-a
"(__fish_complete_cd)"
completions: --description -> -d This ends up saving a surprising number of bytes.
2017-10-11 17:17:35 +00:00
complete
-c
cd
-s
h
-l
help
-d
'Display help and exit'
Reference in a new issue
Copy permalink