mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
feat(completions): add long 'list' option for prevd and nextd
This commit is contained in:
parent
66ae1a1edb
commit
fb5c64641c
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue