Enable alias completion, do not limit completion to just files

This commit is contained in:
Woody Gilk 2011-03-11 21:44:12 -06:00
parent 6a2e87a84b
commit 88faaec7c9
1 changed files with 1 additions and 0 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=''