Adds git aliases for bash

This commit is contained in:
Thomas Forgione 2019-05-03 10:59:47 +02:00
parent 2a724ea8af
commit c9e36c7337
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 2 additions and 0 deletions

2
bashrc
View File

@ -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