diff options
author | Lorrin Nelson <lhn_github@nerdylorrin.net> | 2011-03-23 21:20:08 -0700 |
---|---|---|
committer | Lorrin Nelson <lhn_github@nerdylorrin.net> | 2011-03-23 21:20:08 -0700 |
commit | 06063ab695ecfe6fa7737511a070b24412ee1b2a (patch) | |
tree | 202def8dbf182839a0c41fbdbae4d0b1250a4bfb /templates | |
parent | 52df85440ee8ead8f17d3aa3e1fedf187162313c (diff) | |
download | zsh-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-template | 3 |
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) |