commit | a8fcf9f18ceaca27a4b2e8600c51cce8869d69db | [log] [tgz] |
---|---|---|
author | Erich Smith <heartquest@gmail.com> | 周五 4月 27 15:07:04 2012 -0400 |
committer | Erich Smith <heartquest@gmail.com> | 周六 4月 28 00:02:31 2012 -0400 |
tree | b4565a3885e29ab4fd53edd59d080f974f0ba14a | |
parent | ec0c68781f174bba6352e2236355629708d22fba [diff] [blame] |
import composure functions
diff --git a/bash_it.sh b/bash_it.sh old mode 100644 new mode 100755 index 8564c88..cd97ab3 --- a/bash_it.sh +++ b/bash_it.sh
@@ -21,6 +21,9 @@ 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"