diff options
author | Robby Russell <robby@planetargon.com> | 2011-04-03 11:00:38 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-04-03 11:00:38 -0700 |
commit | 05fc020a081846245a5a4a26d190652cb8cf9add (patch) | |
tree | db090354508d82e0b7a554ea39932306013cd7a1 /templates | |
parent | 2497c57976b1e5002ebecd7ffa5c35bc87ada903 (diff) | |
parent | 06063ab695ecfe6fa7737511a070b24412ee1b2a (diff) | |
download | zsh-05fc020a081846245a5a4a26d190652cb8cf9add.tar.gz zsh-05fc020a081846245a5a4a26d190652cb8cf9add.tar.bz2 zsh-05fc020a081846245a5a4a26d190652cb8cf9add.zip |
Merge branch 'disable_auto-title' of https://github.com/lorrin/oh-my-zsh into lorrin-disable_auto-title
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) |