소스 검색

zsh: procs completion

raylu 5 달 전
부모
커밋
87294210f7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      zshrc

+ 3 - 0
zshrc

@@ -158,6 +158,9 @@ fi
 if builtin which jj > /dev/null; then
 	source <(COMPLETE=zsh jj)
 fi
+if builtin which procs > /dev/null; then
+	source <(procs --gen-completion-out zsh)
+fi
 
 if builtin which aws_completer > /dev/null; then
 	autoload bashcompinit && bashcompinit