소스 검색

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

불러오는 중...
취소
저장