diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 5128850d..f7fb96ab 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -11,7 +11,7 @@ export BASH_IT=$HOME/.bash_it # Lock and Load a custom theme file # location /.bash_it/themes/ -export BASH_IT_THEME='bobby' +export BASH_IT_THEME='sexy' # Your place for hosting Git repos. I use this for private repos. export GIT_HOSTING='git@git.domain.com'