X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/a5abc1d29be727b2eb2159a614c9f12b5e2ea9d9..9e789ed540fb8ce154b581971b80d7ab307a061d:/dot/bash_profile diff --git a/dot/bash_profile b/dot/bash_profile index ffea97f..e45fe41 100644 --- a/dot/bash_profile +++ b/dot/bash_profile @@ -232,11 +232,11 @@ fi [ -f "$HOME/.profile-local" ] && . "$HOME/.profile-local" +fi + # --- Now, if my .bashrc hasn't been run yet, run it --- # # Oh, don't do that if we don't have a terminal. [ -z "$__mdw_bashrc" ] && [ -t 0 ] && \ [ -r $HOME/.bashrc ] && . $HOME/.bashrc - -fi