X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bash_profile;h=d2f4fc6e01d66fbfda501cadafd60aedbfbd1bba;hp=61a04b58aad6e492fd276e84f86f2580dcd6ff3b;hb=815c4966940595d1c924b0e01e82fe99fb1c4a29;hpb=f00d519dd073659e3a079be65c57d5b64cb60a69 diff --git a/.bash_profile b/.bash_profile index 61a04b5..d2f4fc6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,4 @@ -if $(tty -s) || [ "${0:0:1}" = "-" -o "$1" = "force" ]; then +if tty -s || [ "${0:0:1}" = "-" -o "$1" = "force" ]; then # Remember if nocaseglob was on. shopt -q nocaseglob nocg=$?