Refactor git functionality into githelpers.theme.bash
- Add unit tests around git functionality
This commit is contained in:
@@ -55,9 +55,11 @@ do
|
||||
_load_bash_it_files $file_type
|
||||
done
|
||||
|
||||
# Load colors first so they can be used in base theme
|
||||
# Load colors and helpers first so they can be used in base theme
|
||||
# shellcheck source=./themes/colors.theme.bash
|
||||
source "${BASH_IT}/themes/colors.theme.bash"
|
||||
# shellcheck source=./themes/githelpers.theme.bash
|
||||
source "${BASH_IT}/themes/githelpers.theme.bash"
|
||||
# shellcheck source=./themes/base.theme.bash
|
||||
source "${BASH_IT}/themes/base.theme.bash"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user