Skip to content

Commit

Permalink
Revert "Enable alias completion, do not limit completion to just files"
Browse files Browse the repository at this point in the history
This reverts commit c3a58b0.
  • Loading branch information
robbyrussell committed Apr 12, 2011
1 parent f928228 commit 8883ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/completion.zsh
Expand Up @@ -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=''
Expand Down

0 comments on commit 8883ace

Please sign in to comment.