diff options
author | 2020-03-28 09:20:14 +0530 | |
---|---|---|
committer | 2020-03-28 09:20:14 +0530 | |
commit | 22ccf5e2e6a982d32872c71abc7c6ca14dfe1223 (patch) | |
tree | effcfc1c21d32462d490576cdf3de7cf0f0210fd /misc/auto-completion/zsh | |
parent | 7e063f49d123cd91ac025551b1858dc6be30e3ea (diff) | |
download | nnn-22ccf5e2e6a982d32872c71abc7c6ca14dfe1223.tar.gz |
Support time type (access/change/mod) change
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index bdbd555..e92bf30 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -9,7 +9,6 @@ setopt localoptions noshwordsplit noksharrays local -a args args=( - '(-a)-a[use access time]' '(-A)-A[disable dir auto-select]' '(-b)-b[bookmark key to open]:key char' '(-c)-c[cli-only opener]' |