diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-04-24 09:36:33 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-04-24 09:36:33 +0530 |
commit | b11bdc936105038abfdbed9b98e7b4e7b645e221 (patch) | |
tree | ee4ac29f63d49ad3ddc8996e023fa31be59520b4 /misc | |
parent | 7dab9d0d86730f2953edb3c38187ac022b55ec96 (diff) | |
download | nnn-b11bdc936105038abfdbed9b98e7b4e7b645e221.tar.gz |
Update completion scripts
Diffstat (limited to 'misc')
-rw-r--r-- | misc/auto-completion/fish/nnn.fish | 2 | ||||
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish index fb476fd..787f87b 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -29,7 +29,7 @@ complete -c nnn -s Q -d 'disable quit confirmation' complete -c nnn -s r -d 'show cp, mv progress (Linux-only)' complete -c nnn -s R -d 'disable rollover at edges' complete -c nnn -s s -r -d 'load session by name' -x -a '@\t"last session" (ls $sessions_dir)' -complete -c nnn -s S -d 'start in disk usage analyzer mode' +complete -c nnn -s S -d 'persistent session' complete -c nnn -s t -r -d 'timeout in seconds to lock' complete -c nnn -s T -r -d 'a d e r s t v' complete -c nnn -s V -d 'show program version and exit' diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 7aed8a8..0251f38 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -27,7 +27,7 @@ args=( '(-r)-r[show cp, mv progress (Linux-only)]' '(-R)-R[disable rollover at edges]' '(-s)-s[load session]:session name' - '(-S)-S[start in disk usage analyzer mode]' + '(-S)-S[persistent session]' '(-t)-t[timeout to lock]:seconds' '(-T)-T[a d e r s t v]:key' '(-V)-V[show program version and exit]' |