From ecece1433f6c079300fad3da889f2e8b11d1a78c Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Sat, 24 Feb 2024 00:45:24 +0000 Subject: [PATCH] also making it actually source the new file --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) 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