From 680bf6266ee1cd35b856d1b255960ff6d16003a6 Mon Sep 17 00:00:00 2001 From: thomasba Date: Fri, 25 Sep 2015 13:51:50 +0200 Subject: [PATCH] List arguments on kill completion --- zsh/zshrc.local | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'