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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
# TODO: Explain what some of this does..
|
||||
autoload -U compinit
|
||||
compinit
|
||||
|
||||
bindkey -e
|
||||
bindkey '\ew' kill-region
|
||||
bindkey -s '\el' "ls\n"
|
||||
|
|
@ -38,4 +35,4 @@ bindkey ' ' magic-space # also do history expansion on space
|
|||
#bindkey '^I' complete-word
|
||||
## Fix weird sequence that rxvt produces
|
||||
#bindkey -s '^[[Z' '\t'
|
||||
#
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue