瀏覽代碼

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