diff --git a/bashrc b/bashrc index 7738cbd..a0af691 100644 --- a/bashrc +++ b/bashrc @@ -112,6 +112,8 @@ if [ -d ~/.config/dotfiles/bin ]; then export PATH=~/.config/dotfiles/bin:$PATH fi +source ~/.config/dotfiles/bash/git.bash + # Source extra config if any if [ -f ~/.config/dotfiles/bash/extraconfig.bash ]; then source ~/.config/dotfiles/bash/extraconfig.bash