.zshrc
This commit is contained in:
parent
45d6c3a990
commit
34bf1efffd
1 changed files with 5 additions and 5 deletions
10
.zshrc
10
.zshrc
|
@ -94,9 +94,9 @@ bindkey "\e[F" end-of-line
|
|||
bindkey "^W" backward-delete-char
|
||||
|
||||
# Show syntax highlighting when we're not running in emacs
|
||||
if [ -z $EMACS ]; then
|
||||
source ~/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
# if [ -z $EMACS ]; then
|
||||
# source ~/.zsh/syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue'
|
||||
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue'
|
||||
fi
|
||||
# ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue'
|
||||
# ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue'
|
||||
# fi
|
||||
|
|
Loading…
Reference in a new issue