From c9e36c733707698239cf6ab9e996a6f50ecc119a Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 3 May 2019 10:59:47 +0200 Subject: [PATCH] Adds git aliases for bash --- bashrc | 2 ++ 1 file changed, 2 insertions(+) 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