From 9cc961f376a13e956d9d5c9f14054bd3f0019d0c Mon Sep 17 00:00:00 2001 From: Mike Hostetler Date: Tue, 30 Mar 2010 13:14:38 -0500 Subject: [PATCH] option to configure strange terminals --- templates/zshrc.zsh-template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index d9a7e97ac..9929505ba 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -17,6 +17,11 @@ export ZSH_THEME="robbyrussell" # Uncomment following line if you want to disable colors in ls # export DISABLE_LS_COLORS="true" +# If this terminal has strange settings, set this to true +# the first run will have you set some parameters, +# and then all will be well. +#export STRANGE_TERMINAL='true' + source $ZSH/oh-my-zsh.sh # Customize to your needs...