diff options
author | 2019-12-20 15:49:13 +0530 | |
---|---|---|
committer | 2019-12-20 15:49:13 +0530 | |
commit | 37988cf854f4688614dd3f00a4ec04d55552dbb6 (patch) | |
tree | dd4e2e41f71355ea46dc1d305b2bbd98a1071bd9 /misc/auto-completion/zsh | |
parent | 9725c17d20b1e9ad7a24c1ec3c87e4158ebc1dc8 (diff) | |
download | nnn-37988cf854f4688614dd3f00a4ec04d55552dbb6.tar.gz |
Program option to load session is now `-s`
- remove auto-stored session "@" on restore
- minor help update
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 6e94a0e..c37012c 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -13,7 +13,6 @@ args=( '(-b)-b[bookmark key to open]:key char' '(-c)-c[cli-only opener]' '(-d)-d[start in detail mode]' - '(-e)-e[load session]:session name' '(-E)-E[use EDITOR for undetached edits]' '(-g)-g[regex filters]' '(-H)-H[show hidden files]' @@ -25,6 +24,7 @@ args=( '(-Q)-Q[disable quit confirmation]' '(-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]' '(-t)-t[disable dir auto-select]' '(-v)-v[show program version and exit]' |