mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Fix zsh path autocompletion (#88)
This commit is contained in:
parent
73932da9dd
commit
815d8fb21c
|
@ -17,6 +17,6 @@ args=(
|
||||||
'(-p)-p[specify custom nlay]:path to nlay'
|
'(-p)-p[specify custom nlay]:path to nlay'
|
||||||
'(-S)-S[start in disk usage analyzer mode]'
|
'(-S)-S[start in disk usage analyzer mode]'
|
||||||
'(-v)-v[show program version and exit]'
|
'(-v)-v[show program version and exit]'
|
||||||
'*: :_guard "^-*" keyword'
|
'*:filename:_files'
|
||||||
)
|
)
|
||||||
_arguments -S -s $args
|
_arguments -S -s $args
|
||||||
|
|
Loading…
Reference in a new issue