mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Disable color in non-color capable terminals (like inside emacs)
This commit is contained in:
parent
812d81a807
commit
873284ccd3
2 changed files with 3 additions and 5 deletions
|
|
@ -9,7 +9,8 @@ unsetopt flowcontrol
|
|||
WORDCHARS=''
|
||||
|
||||
autoload -U compinit
|
||||
compinit
|
||||
# -i to avoid 'insecure directories prompt after sudo'
|
||||
compinit -i
|
||||
|
||||
zmodload -i zsh/complist
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue