better yet
This commit is contained in:
parent
9243b09f0d
commit
629a4b6300
1 changed files with 2 additions and 4 deletions
6
shellrc
6
shellrc
|
@ -200,10 +200,8 @@ if is_zsh; then
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
HISTFILE="${HOME}/.histfile"
|
HISTFILE="${HOME}/.histfile"
|
||||||
if [[ -z ${TMUX} && -z ${SSH_CLIENT} ]]; then
|
if [[ -z ${TMUX} && -z ${SSH_CLIENT} && ( ${TERM} == rxvt-unicode-* || ${TERM} == xterm-* ) ]]; then
|
||||||
if [[ ${TERM} =~ '^(rxvt-unicode|xterm)' ]]; then
|
gruvbox-colors
|
||||||
gruvbox-colors
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
extras=( "${HOME}/.zshrc.extras" )
|
extras=( "${HOME}/.zshrc.extras" )
|
||||||
|
|
Loading…
Reference in a new issue