From 0ba6d8bdcec9c6097f3bf7f63d941fa5232815b1 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 9 Sep 2015 13:44:10 +0300 Subject: [PATCH] we do not really need gruvbox colors for now since switched back to solarized --- shellrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shellrc b/shellrc index 3a3f28c..1794c14 100644 --- a/shellrc +++ b/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" )