only disable auto title for screen/tmux
This commit is contained in:
parent
3ef3f3b72c
commit
b93c3ae36f
2
zshrc
2
zshrc
@ -46,6 +46,8 @@ if [ -f "$HOME/.rvm/scripts/rvm" ]; then
|
|||||||
rvm 2.0.0
|
rvm 2.0.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ $TERM = "screen" ]; then
|
||||||
export DISABLE_AUTO_TITLE="true"
|
export DISABLE_AUTO_TITLE="true"
|
||||||
|
fi
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"
|
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user