Add support for local bashrc file

This commit is contained in:
Przemek Grondek 2023-08-20 15:54:44 +02:00
parent 60490d096c
commit 9dc27648c5

View File

@ -126,6 +126,10 @@ if [ -f ~/.bash_aliases2 ]; then
. ~/.bash_aliases2 . ~/.bash_aliases2
fi fi
if [ -f ~/.bashrc2 ]; then
. ~/.bashrc2
fi
# enable programmable completion features (you don't need to enable # enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc). # sources /etc/bash.bashrc).