From ab5b5afcbcd88edda79f5289368407b894e765bb Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sun, 14 Sep 2014 17:23:54 +0200 Subject: [PATCH] [!]: fix for aliases e.g. for -> alias gcc='colour gcc' <- https://github.com/voku/dotfiles/blob/master/.aliases --- lib/completion.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/completion.zsh b/lib/completion.zsh index fa1d97f48..a62423b86 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=''