import composure functions

This commit is contained in:
Erich Smith
2012-04-27 15:07:04 -04:00
parent ec0c68781f
commit a8fcf9f18c
2 changed files with 216 additions and 0 deletions

3
bash_it.sh Normal file → Executable file
View File

@@ -21,6 +21,9 @@ then
unset $BASH_THEME;
fi
# Load composure first, so we support function metadata
source "${BASH_IT}/lib/composure.sh"
# Load colors first so they can be use in base theme
source "${BASH_IT}/themes/colors.theme.bash"
source "${BASH_IT}/themes/base.theme.bash"