mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +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'
|
||||
'(-S)-S[start in disk usage analyzer mode]'
|
||||
'(-v)-v[show program version and exit]'
|
||||
'*: :_guard "^-*" keyword'
|
||||
'*:filename:_files'
|
||||
)
|
||||
_arguments -S -s $args
|
||||
|
|
Loading…
Reference in a new issue