1
0
Fork 0

Revert "Enable alias completion, do not limit completion to just files"

This reverts commit c3a58b0004.
pull/4/head
Robby Russell 14 years ago
parent 49b4a1b14b
commit 7b8cf376d1

@ -4,7 +4,6 @@ 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=''

Loading…
Cancel
Save