This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-24 03:40:01 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
384975c892
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 22:56:31 +08:00
complete
-c
cd
-a
"(__fish_complete_cd)"
completions: --description -> -d This ends up saving a surprising number of bytes.
2017-10-12 01:17:35 +08:00
complete
-c
cd
-s
h
-l
help
-d
'Display help and exit'
Reference in New Issue
Copy Permalink