only disable auto title for screen/tmux

This commit is contained in:
James Walker 2013-07-25 20:16:08 -04:00
parent 3ef3f3b72c
commit b93c3ae36f

4
zshrc
View File

@ -46,6 +46,8 @@ if [ -f "$HOME/.rvm/scripts/rvm" ]; then
rvm 2.0.0 rvm 2.0.0
fi fi
export DISABLE_AUTO_TITLE="true" if [ $TERM = "screen" ]; then
export DISABLE_AUTO_TITLE="true"
fi
export EDITOR="vim" export EDITOR="vim"
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx" export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"