From be0b34b3a77e5697b992553c4d185678d397b5d0 Mon Sep 17 00:00:00 2001 From: "Max V.K." Date: Sun, 29 Jun 2014 21:31:32 +0300 Subject: [PATCH] Update random.theme.bash @JTarasovic, thanks for CR, totally agree. --- themes/random/random.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/random/random.theme.bash b/themes/random/random.theme.bash index 4e84f25a..17163354 100644 --- a/themes/random/random.theme.bash +++ b/themes/random/random.theme.bash @@ -4,4 +4,4 @@ # pick a theme: export BASH_IT_THEME=$( ls -w1 ${BASH_IT}/.bash_it/themes/ | grep -v .bash | grep -v random | sort -R | head -1 ) # load it the right way: -source "${BASH_IT}/lib/appearance.bash" +source "${BASH_IT}/themes/${BASH_IT_THEME}.bash"