we do not really need gruvbox colors for now since switched back to solarized
This commit is contained in:
parent
07f1292475
commit
0ba6d8bdce
1 changed files with 3 additions and 3 deletions
6
shellrc
6
shellrc
|
@ -200,9 +200,9 @@ if is_zsh; then
|
|||
SAVEHIST=1000
|
||||
HISTSIZE=1000
|
||||
HISTFILE="${HOME}/.histfile"
|
||||
if [[ -z ${TMUX} && -z ${SSH_CLIENT} && ( ${TERM} == rxvt-unicode-* || ${TERM} == xterm-* ) ]]; then
|
||||
gruvbox-colors
|
||||
fi
|
||||
#if [[ -z ${TMUX} && -z ${SSH_CLIENT} && ( ${TERM} == rxvt-unicode-* || ${TERM} == xterm-* ) ]]; then
|
||||
# gruvbox-colors
|
||||
#fi
|
||||
|
||||
extras=( "${HOME}/.zshrc.extras" )
|
||||
|
||||
|
|
Loading…
Reference in a new issue