forked from extern/ohmyzsh
Revert "Enable alias completion, do not limit completion to just files"
This reverts commit c3a58b0004
.
This commit is contained in:
parent
f928228382
commit
8883ace767
@ -4,7 +4,6 @@ unsetopt menu_complete # do not autoselect the first completion entry
|
|||||||
unsetopt flowcontrol
|
unsetopt flowcontrol
|
||||||
setopt auto_menu # show completion menu on succesive tab press
|
setopt auto_menu # show completion menu on succesive tab press
|
||||||
setopt complete_in_word
|
setopt complete_in_word
|
||||||
setopt complete_aliases
|
|
||||||
setopt always_to_end
|
setopt always_to_end
|
||||||
|
|
||||||
WORDCHARS=''
|
WORDCHARS=''
|
||||||
|
Loading…
Reference in New Issue
Block a user