fish-shell/share/completions/pwd.fish

4 lines
229 B
Fish
Raw Normal View History

2022-08-20 02:45:51 +08:00
complete -c pwd -s h -l help -d "Display help and exit"
2022-08-20 01:29:57 +08:00
complete -c pwd -s L -l logical -d "Print working directory without resolving symlinks"
complete -c pwd -s P -l physical -d "Print working directory with symlinks resolved"