diff --git a/.bashrc b/.bashrc index 16dbac2..b8f5111 100644 --- a/.bashrc +++ b/.bashrc @@ -126,6 +126,10 @@ if [ -f ~/.bash_aliases2 ]; then . ~/.bash_aliases2 fi +if [ -f ~/.bashrc2 ]; then + . ~/.bashrc2 +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).