From a2e1ab212c934d95f9e467ec47320de56ba0c5c1 Mon Sep 17 00:00:00 2001 From: Maxim Kovgan Date: Sun, 13 Jul 2014 08:33:04 +0300 Subject: [PATCH] use candy theme by default --- template/bash_profile.template.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index f7fb96ab..0ab4f9cd 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='sexy' +export BASH_IT_THEME='candy' # Your place for hosting Git repos. I use this for private repos. export GIT_HOSTING='git@git.domain.com'