فهرست منبع

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