Update random.theme.bash

removed non-relative hard coded path
pull/301/head
Max V.K. 2014-06-29 21:25:48 +03:00
parent a30f886586
commit 4c04356e4f
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
# Yet another Oh-My-zsh feature
# pick a theme:
export BASH_IT_THEME=$( ls -w1 /home/cloudera/.bash_it/themes/ | grep -v .bash | grep -v random | sort -R | head -1 )
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"