From 24c6267feba487256960ec8d103b34a46acd6746 Mon Sep 17 00:00:00 2001 From: richo Date: Tue, 18 Oct 2011 08:49:58 +1100 Subject: [PATCH] Don't complete to .o and .pyc files --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index bd6cb18..614f915 100644 --- a/zshrc +++ b/zshrc @@ -380,7 +380,7 @@ alias changes="zstyle ':vcs_info:svn*+set-message:*' hooks svn-untimeduncommitte zstyle ':completion:*:*:git-add:*' ignored-patterns `grep -v "^#" ~/.gitignore | xargs echo | sed -e 's/ /|/g'` [ -e ~/.subversion/config ] && zstyle ':completion:*:*:svn-add:*' ignored-patterns `grep "^global-ignores" ~/.subversion/config | sed -e 's/^.*= //' -e 's/ /|/g'` - +zstyle ':completion:*:*:vim:*' ignored-patterns '*.o|*.pyc' zstyle ':completion:*:functions' ignored-patterns '_*' zstyle ':completion:*:*:kill:*' menu yes select zstyle ':completion:*:kill:*' force-list always