From 4c04356e4f15a470fea7cffb0c7b3e37ba50b68b Mon Sep 17 00:00:00 2001 From: "Max V.K." Date: Sun, 29 Jun 2014 21:25:48 +0300 Subject: [PATCH] Update random.theme.bash removed non-relative hard coded path --- 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 d7998676..4e84f25a 100644 --- a/themes/random/random.theme.bash +++ b/themes/random/random.theme.bash @@ -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"