mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
[!]: fix for aliases
e.g. for -> alias gcc='colour gcc' <- https://github.com/voku/dotfiles/blob/master/.aliases
This commit is contained in:
parent
96e4e5dd03
commit
ab5b5afcbc
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ 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…
Add table
Add a link
Reference in a new issue