ソースを参照

Fix zsh path autocompletion (#88)

master
Nexie Kind Arun Prakash Jana 7年前
コミット
815d8fb21c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      scripts/auto-completion/zsh/_nnn

+ 1
- 1
scripts/auto-completion/zsh/_nnn ファイルの表示

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

読み込み中…
キャンセル
保存