mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
This commit is contained in:
commit
9092bf7b53
11 changed files with 342 additions and 1 deletions
|
|
@ -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=''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue