also making it actually source the new file
This commit is contained in:
parent
3e8f348302
commit
ecece1433f
3
.bashrc
3
.bashrc
@ -128,6 +128,9 @@ fi
|
|||||||
if [ -f ~/.bashlocal ]; then
|
if [ -f ~/.bashlocal ]; then
|
||||||
. ~/.bashlocal
|
. ~/.bashlocal
|
||||||
fi
|
fi
|
||||||
|
if [ -f ~/.bash_docker ]; then
|
||||||
|
. ~/.bash_docker
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user