diff options
author | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-04-17 14:02:38 +0200 |
---|---|---|
committer | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-04-17 14:02:38 +0200 |
commit | 0a896119214b5211d26be6446d5e98af7634c5ae (patch) | |
tree | 0f2ad50f646e6920e507da64c16cecc372660c32 /templates | |
parent | 9092bf7b53b9e24a5283aeb6dd6950c3238e5cb8 (diff) | |
parent | 971b071dc67f423d8b2a6f476e1dd58819049f41 (diff) | |
download | zsh-0a896119214b5211d26be6446d5e98af7634c5ae.tar.gz zsh-0a896119214b5211d26be6446d5e98af7634c5ae.tar.bz2 zsh-0a896119214b5211d26be6446d5e98af7634c5ae.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Conflicts:
lib/termsupport.zsh
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) |