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

This commit is contained in:
Fredrik Appelberg 2011-03-23 09:20:24 +01:00
commit 9092bf7b53
11 changed files with 342 additions and 1 deletions

View file

@ -4,6 +4,7 @@ unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol
setopt auto_menu # show completion menu on succesive tab press
setopt complete_in_word
setopt complete_aliases
setopt always_to_end
WORDCHARS=''