diff options
| author | 2019-08-30 20:55:23 +0530 | |
|---|---|---|
| committer | 2019-08-30 21:00:47 +0530 | |
| commit | ec873ab4fa92c018b65a4785eca55348d256790d (patch) | |
| tree | 6817dbfb9c9168204dbfc08ad485a81ac0a84d39 /misc/auto-completion/zsh | |
| parent | 3f40980dd03892c2225b89aa57530990c3074dfb (diff) | |
| download | nnn-ec873ab4fa92c018b65a4785eca55348d256790d.tar.gz | |
Option -a to use file access time
Diffstat (limited to 'misc/auto-completion/zsh')
| -rw-r--r-- | misc/auto-completion/zsh/_nnn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 119fc5a..feb3203 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -9,6 +9,7 @@ setopt localoptions noshwordsplit noksharrays local -a args args=( + '(-a)-a[use access time]' '(-b)-b[bookmark key to open]:key char' '(-d)-d[start in detail mode]' '(-H)-H[show hidden files]' |