summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-03-16 07:57:01 -0700
committerRobby Russell <robby@planetargon.com>2011-03-16 07:57:01 -0700
commitaf23a48a197ce5c006ebcaf072509995c9d2ec20 (patch)
tree6efcd43a24c97be3014de517a797ebbe8088ce0c
parent23588889a76209c5d3e970a5dcfdf27779277700 (diff)
parentc3a58b00040018743ead1e6672910433fc1ca7c2 (diff)
downloadzsh-af23a48a197ce5c006ebcaf072509995c9d2ec20.tar.gz
zsh-af23a48a197ce5c006ebcaf072509995c9d2ec20.tar.bz2
zsh-af23a48a197ce5c006ebcaf072509995c9d2ec20.zip
Merge branch 'feature/alias-completion' of https://github.com/shadowhand/oh-my-zsh into shadowhand-feature/alias-completion
-rw-r--r--lib/completion.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/completion.zsh b/lib/completion.zsh
index 9c2dfecca..e8e9776a5 100644
--- a/lib/completion.zsh
+++ b/lib/completion.zsh
@@ -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=''