X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/2b92ce529165d56afd43fe0a8b4f0a33441519fa..7362aa2c2b9eb5a193bcd968d0eb59e78cc74501:/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