diff options
author | 2019-03-11 20:24:44 +0530 | |
---|---|---|
committer | 2019-03-11 20:24:44 +0530 | |
commit | 459b2cceb8a8b9ed36b4395ba5633f5cebda9bc0 (patch) | |
tree | 34f43249a27cf23ae38cd0039cff77cf88a1e54b /scripts/auto-completion/zsh | |
parent | 2e07a20d23170e38f57ad101abe2467534baf914 (diff) | |
download | nnn-459b2cceb8a8b9ed36b4395ba5633f5cebda9bc0.tar.gz |
Auto-completion for option `-d`
Diffstat (limited to 'scripts/auto-completion/zsh')
-rw-r--r-- | scripts/auto-completion/zsh/_nnn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/auto-completion/zsh/_nnn b/scripts/auto-completion/zsh/_nnn index be2bed6..bda285b 100644 --- a/scripts/auto-completion/zsh/_nnn +++ b/scripts/auto-completion/zsh/_nnn @@ -10,6 +10,7 @@ setopt localoptions noshwordsplit noksharrays local -a args args=( '(-b)-b[bookmark key to open]:key char' + '(-d)-d[show hidden files]' '(-e)-e[use exiftool instead of mediainfo]' '(-h)-h[show this help and exit]' '(-i)-i[start in navigate-as-you-type mode]' |