option to configure strange terminals

This commit is contained in:
Mike Hostetler 2010-03-30 13:14:38 -05:00
commit 9cc961f376

View file

@ -17,6 +17,11 @@ export ZSH_THEME="robbyrussell"
# Uncomment following line if you want to disable colors in ls # Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true" # 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 source $ZSH/oh-my-zsh.sh
# Customize to your needs... # Customize to your needs...