Theme changes
* Load colors before base theme so they can be used by base theme * Change git-specific variables to SCM-agnostic ones
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user