diff options
author | Nexie Kind <Nexion@users.noreply.github.com> | 2018-03-02 15:01:11 +0300 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-03-02 17:31:11 +0530 |
commit | 815d8fb21cc0ad1aadbe543f519fcf7899047e9c (patch) | |
tree | 59d9f5fe8d859b7bed35ccecd5e5eca5506df913 /scripts/auto-completion/zsh/_nnn | |
parent | 73932da9ddb291dcbb90db0cbe5a240ad308cf50 (diff) | |
download | nnn-815d8fb21cc0ad1aadbe543f519fcf7899047e9c.tar.gz |
Fix zsh path autocompletion (#88)
Diffstat (limited to 'scripts/auto-completion/zsh/_nnn')
-rw-r--r-- | scripts/auto-completion/zsh/_nnn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-completion/zsh/_nnn b/scripts/auto-completion/zsh/_nnn index 8dfe053..3ccfeb7 100644 --- a/scripts/auto-completion/zsh/_nnn +++ b/scripts/auto-completion/zsh/_nnn @@ -17,6 +17,6 @@ args=( '(-p)-p[specify custom nlay]:path to nlay' '(-S)-S[start in disk usage analyzer mode]' '(-v)-v[show program version and exit]' - '*: :_guard "^-*" keyword' + '*:filename:_files' ) _arguments -S -s $args |