List arguments on kill completion

main
Thomas Ba. 10 years ago
parent 3faaea4687
commit 680bf6266e

@ -32,5 +32,7 @@ else
printf "-!- zsh-syntax-highlighting not installed!" printf "-!- zsh-syntax-highlighting not installed!"
fi fi
export EDITOR='vim' # completion
zstyle ':completion:*:*:kill:*:processes' command "ps -u $USER -o pid,user,comm,args -w -w"
export EDITOR='vim'

Loading…
Cancel
Save