Fix zsh path autocompletion (#88)

This commit is contained in:
Nexie Kind 2018-03-02 15:01:11 +03:00 committed by Arun Prakash Jana
parent 73932da9dd
commit 815d8fb21c
1 changed files with 1 additions and 1 deletions

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