diff --git a/.bashrc b/.bashrc index a882bfd..03aba12 100644 --- a/.bashrc +++ b/.bashrc @@ -111,6 +111,16 @@ if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi +############################ +# This allows you to have # +# a local aliases file # +# not affected by this # +# git repo # +############################ +if [ -f ~/.bashlocal ]; then + . ~/.bashlocal +fi + # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc).