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"