1
0
Fork 0

better yet

This commit is contained in:
Von Random 2015-09-03 19:08:43 +03:00
parent 9243b09f0d
commit 629a4b6300

View file

@ -200,10 +200,8 @@ if is_zsh; then
SAVEHIST=1000
HISTSIZE=1000
HISTFILE="${HOME}/.histfile"
if [[ -z ${TMUX} && -z ${SSH_CLIENT} ]]; then
if [[ ${TERM} =~ '^(rxvt-unicode|xterm)' ]]; then
gruvbox-colors
fi
if [[ -z ${TMUX} && -z ${SSH_CLIENT} && ( ${TERM} == rxvt-unicode-* || ${TERM} == xterm-* ) ]]; then
gruvbox-colors
fi
extras=( "${HOME}/.zshrc.extras" )