diff --git a/.bashrc b/.bashrc index 1898ddb..d08716a 100644 --- a/.bashrc +++ b/.bashrc @@ -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