adding a "random" theme.

pull/301/head
Max Kovgan 2014-06-12 10:46:35 +03:00
parent ad5f6b36bf
commit a30f886586
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Random theme - a fake theme that randomly chooses one of the existing themes and loads it.
# 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 )
# load it the right way:
source "${BASH_IT}/lib/appearance.bash"