X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.bash_profile;h=6c93ffe524ac50a885edece07537155c1fe22723;hb=d9c5170b2c04449076f00a1cff2c03d12dbe96d2;hp=b8e11d4ec7146117735841abf67473f88186c7bb;hpb=328f2f42404cb5de71e06be1e44ddc1957a89800;p=profile.git diff --git a/.bash_profile b/.bash_profile index b8e11d4..6c93ffe 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,4 @@ -if $(tty -s) || [ "${0:0:1}" = "-" ]; then +if $(tty -s) || [ "${0:0:1}" = "-" -o "$1" = "force" ]; then # Remember if nocaseglob was on. shopt -q nocaseglob nocg=$?