Browse code

Removing legacy completion code

Robby Russell authored on 03/06/2010 at 19:54:40
Showing 1 changed files
... ...
@@ -27,8 +27,6 @@ zstyle ':completion:*' list-colors ''
27 27
 bindkey -M menuselect '^o' accept-and-infer-next-history
28 28
 
29 29
 zstyle ':completion:*:*:*:*:*' menu select
30
-# zstyle ':completion:*:*:*:*:processes' force-list always
31
-
32 30
 zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
33 31
 zstyle ':completion:*:*:*:*:processes' command "ps -u `whoami` -o pid,user,comm -w -w"
34 32
 
... ...
@@ -37,9 +35,3 @@ if [ -f ~/.ssh/known_hosts ]; then
37 37
   zstyle ':completion:*' hosts $( sed 's/[, ].*$//' $HOME/.ssh/known_hosts )
38 38
   zstyle ':completion:*:*:(ssh|scp):*:*' hosts `sed 's/^\([^ ,]*\).*$/\1/' ~/.ssh/known_hosts`
39 39
 fi
40
-
41
-# Complete on history
42
-#zstyle ':completion:*:history-words' stop yes
43
-#zstyle ':completion:*:history-words' remove-all-dups yes
44
-#zstyle ':completion:*:history-words' list false
45
-#zstyle ':completion:*:history-words' menu yes