mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
feat(completions): add long 'list' option for prevd and nextd
This commit is contained in:
parent
66ae1a1edb
commit
fb5c64641c
@ -1 +1 @@
|
||||
complete -c nextd -s l -d "Also print directory history"
|
||||
complete -c nextd -s l -l list -d "Also print directory history"
|
||||
|
@ -1 +1 @@
|
||||
complete -c prevd -s l -d "Also print directory history"
|
||||
complete -c prevd -s l -l list -d "Also print directory history"
|
||||
|
Loading…
x
Reference in New Issue
Block a user