X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bash_profile;h=5170519b0f37526c3fbdc585ca17afdcde92e096;hp=9d6fa56569d8be192922ee4a742523f0cea74f26;hb=edf8df9b6f669de383f8763daf87af730c22536a;hpb=c3b678aa93a43c25cf5d4d5a0c9544f5eecfcc29 diff --git a/.bash_profile b/.bash_profile index 9d6fa56..5170519 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,6 +6,7 @@ if [ -t 0 -o "${0:0:1}" = "-" -o "$1" = "force" ]; then [ -n "$profile_home" -a -d "$profile_home" -a ! "${profile_home:0:1}" = "/" ] && profile_home=$(readlink -f "$profile_home" 2>/dev/null) [ "$profile_home" = "$BASH_SOURCE" ] && profile_home=$PWD [ "$profile_home" = "$HOME" ] || PROFILE_HOME=$profile_home + PROFILE_RC="$profile_home/.bash_profile" unset profile_home fi