Adds git aliases for bash
This commit is contained in:
parent
2a724ea8af
commit
c9e36c7337
2
bashrc
2
bashrc
|
@ -112,6 +112,8 @@ if [ -d ~/.config/dotfiles/bin ]; then
|
||||||
export PATH=~/.config/dotfiles/bin:$PATH
|
export PATH=~/.config/dotfiles/bin:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
source ~/.config/dotfiles/bash/git.bash
|
||||||
|
|
||||||
# Source extra config if any
|
# Source extra config if any
|
||||||
if [ -f ~/.config/dotfiles/bash/extraconfig.bash ]; then
|
if [ -f ~/.config/dotfiles/bash/extraconfig.bash ]; then
|
||||||
source ~/.config/dotfiles/bash/extraconfig.bash
|
source ~/.config/dotfiles/bash/extraconfig.bash
|
||||||
|
|
Loading…
Reference in New Issue