merge conflict

This commit is contained in:
Robert R Evans
2010-11-10 15:49:21 -08:00
10 changed files with 101 additions and 47 deletions

View File

@@ -6,12 +6,9 @@ alias reload='source ~/.bash_profile'
# Load the framework
# Themes
THEMES="${BASH}/themes/*.bash"
for config_file in $THEMES
do
source $config_file
done
# Load colors first so they can be use in base theme
source "${BASH}/themes/colors.theme.bash"
source "${BASH}/themes/base.theme.bash"
# Library
LIB="${BASH}/lib/*.bash"