Browse Source

Fix zsh path autocompletion (#88)

master
Nexie Kind Arun Prakash Jana 7 years ago
parent
commit
815d8fb21c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/auto-completion/zsh/_nnn

+ 1
- 1
scripts/auto-completion/zsh/_nnn View File

@@ -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

Loading…
Cancel
Save