summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLorrin Nelson <lhn_github@nerdylorrin.net>2011-03-23 21:20:08 -0700
committerLorrin Nelson <lhn_github@nerdylorrin.net>2011-03-23 21:20:08 -0700
commit06063ab695ecfe6fa7737511a070b24412ee1b2a (patch)
tree202def8dbf182839a0c41fbdbae4d0b1250a4bfb /templates
parent52df85440ee8ead8f17d3aa3e1fedf187162313c (diff)
downloadzsh-06063ab695ecfe6fa7737511a070b24412ee1b2a.tar.gz
zsh-06063ab695ecfe6fa7737511a070b24412ee1b2a.tar.bz2
zsh-06063ab695ecfe6fa7737511a070b24412ee1b2a.zip
Introduce DISABLE_AUTO_TITLE option
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index 8022b3506..506daa9a2 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -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)