1
0
Fork 0

we do not really need gruvbox colors for now since switched back to solarized

This commit is contained in:
Von Random 2015-09-09 13:44:10 +03:00
parent 07f1292475
commit 0ba6d8bdce

View file

@ -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" )