diff zshrc @ 92:afe2d02577c2

Small fixes to vimrc
author zegervdv <zegervdv@me.com>
date Thu, 07 Aug 2014 08:39:22 +0200
parents 3a37086414bd
children cdff2a5e45b2
line wrap: on
line diff
--- a/zshrc	Mon Aug 04 19:11:35 2014 +0200
+++ b/zshrc	Thu Aug 07 08:39:22 2014 +0200
@@ -81,8 +81,6 @@
 
 # describe options in full
 zstyle ':completion:*:options'         description 'yes'
-# Provide more processes in completion of programs like killall:
-zstyle ':completion:*:processes-names' command 'ps c -u ${USER} -o command | uniq'
 
 # complete manual by their section
 zstyle ':completion:*:manuals'    separate-sections true