Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh

This commit is contained in:
Steve Losh 2010-05-27 22:03:47 -04:00
commit bf13b92392
33 changed files with 1333 additions and 13 deletions

View file

@ -4,12 +4,10 @@ unsetopt noautomenu
setopt complete_in_word
unsetopt always_to_end
unsetopt flowcontrol
WORDCHARS=''
autoload -U compinit
compinit
compinit -i
zmodload -i zsh/complist
@ -23,14 +21,11 @@ fi
zstyle ':completion:*' list-colors ''
unsetopt MENU_COMPLETE
setopt AUTO_MENU
# should this be in keybindings?
bindkey -M menuselect '^o' accept-and-infer-next-history
zstyle ':completion:*:*:*:*:*' menu select=1
zstyle ':completion:*:*:*:*:processes' force-list always
zstyle ':completion:*:*:*:*:*' menu select
# zstyle ':completion:*:*:*:*:processes' force-list always
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
zstyle ':completion:*:*:*:*:processes' command "ps -u `whoami` -o pid,user,comm -w -w"