Update random.theme.bash

@JTarasovic, thanks for CR, totally agree.
pull/301/head
Max V.K. 2014-06-29 21:31:32 +03:00
parent 4c04356e4f
commit be0b34b3a7
1 changed files with 1 additions and 1 deletions

View File

@ -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"