mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge branch 'osx-terminal-title' of https://github.com/curiousstranger/oh-my-zsh into curiousstranger-osx-terminal-title
This commit is contained in:
commit
2678ae6d8b
6 changed files with 232 additions and 0 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