Browse code

Merge branch 'feature/alias-completion' of https://github.com/shadowhand/oh-my-zsh into shadowhand-feature/alias-completion

Robby Russell authored on 16/03/2011 at 14:57:01
Showing 1 changed files
... ...
@@ -4,6 +4,7 @@ unsetopt menu_complete   # do not autoselect the first completion entry
4 4
 unsetopt flowcontrol
5 5
 setopt auto_menu         # show completion menu on succesive tab press
6 6
 setopt complete_in_word
7
+setopt complete_aliases
7 8
 setopt always_to_end
8 9
 
9 10
 WORDCHARS=''