also making it actually source the new file

This commit is contained in:
Brad Ganley 2024-02-24 00:45:24 +00:00
parent 3e8f348302
commit ecece1433f

View File

@ -128,6 +128,9 @@ fi
if [ -f ~/.bashlocal ]; then
. ~/.bashlocal
fi
if [ -f ~/.bash_docker ]; then
. ~/.bash_docker
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile