feat(completions): add long 'list' option for prevd and nextd

This commit is contained in:
Delapouite 2020-04-01 23:05:03 +02:00 committed by Johannes Altmanninger
parent 66ae1a1edb
commit fb5c64641c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
complete -c nextd -s l -d "Also print directory history"
complete -c nextd -s l -l list -d "Also print directory history"

View File

@ -1 +1 @@
complete -c prevd -s l -d "Also print directory history"
complete -c prevd -s l -l list -d "Also print directory history"