This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix zsh path autocompletion (
#88
)
master
Nexie Kind
Arun Prakash Jana
7 years ago
parent
73932da9dd
commit
815d8fb21c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save