X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bash_profile;fp=.bash_profile;h=61a04b58aad6e492fd276e84f86f2580dcd6ff3b;hp=6c93ffe524ac50a885edece07537155c1fe22723;hb=f00d519dd073659e3a079be65c57d5b64cb60a69;hpb=1f5e0af1a0dc8874172d4ace1d39cd0fbe520a66 diff --git a/.bash_profile b/.bash_profile index 6c93ffe..61a04b5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -11,7 +11,7 @@ if $(tty -s) || [ "${0:0:1}" = "-" -o "$1" = "force" ]; then LC_ALL=C # Source all scripts. - for i in ~/.profile.d/*.bashrc; do . "$i"; done; unset i + for i in ${PROFILE_HOME:-~}/.profile.d/*.bashrc; do . "$i"; done; unset i # Maybe turn nocaseglob back on. [ $nocg = 0 ] && shopt -s nocaseglob