diff --git a/zsh/zshrc.local b/zsh/zshrc.local index 015707d..08fb0ca 100644 --- a/zsh/zshrc.local +++ b/zsh/zshrc.local @@ -32,5 +32,7 @@ else printf "-!- zsh-syntax-highlighting not installed!" fi -export EDITOR='vim' +# completion +zstyle ':completion:*:*:kill:*:processes' command "ps -u $USER -o pid,user,comm,args -w -w" +export EDITOR='vim'