mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +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…
Reference in New Issue
Block a user