Browse Source

zsh: procs completion

raylu 5 months ago
parent
commit
87294210f7
1 changed files with 3 additions and 0 deletions
  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