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=''
|
WORDCHARS=''
|
||||||
|
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
compinit
|
# -i to avoid 'insecure directories prompt after sudo'
|
||||||
|
compinit -i
|
||||||
|
|
||||||
zmodload -i zsh/complist
|
zmodload -i zsh/complist
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
# TODO: Explain what some of this does..
|
# TODO: Explain what some of this does..
|
||||||
autoload -U compinit
|
|
||||||
compinit
|
|
||||||
|
|
||||||
bindkey -e
|
bindkey -e
|
||||||
bindkey '\ew' kill-region
|
bindkey '\ew' kill-region
|
||||||
bindkey -s '\el' "ls\n"
|
bindkey -s '\el' "ls\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue