Introduce DISABLE_AUTO_TITLE option

This commit is contained in:
Lorrin Nelson 2011-03-23 21:20:08 -07:00
commit 06063ab695
2 changed files with 10 additions and 3 deletions

View file

@ -14,6 +14,9 @@ export ZSH_THEME="robbyrussell"
# Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true"
# Uncomment following line if you want to disable autosetting terminal title.
# export DISABLE_AUTO_TITLE="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git)