ソースを参照

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