[!]: fix for aliases

e.g. for -> alias gcc='colour gcc' <- https://github.com/voku/dotfiles/blob/master/.aliases
This commit is contained in:
Lars Moelleken 2014-09-14 17:23:54 +02:00
commit ab5b5afcbc

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=''