X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bashrc;h=5f4fdb5116673cda1834d87f70f044e63b21ce5b;hp=d56387eaac47fdae0a0fafae3848820d9875de7c;hb=92baf2b71dfac31f0d2204eff97faca94c3f4b2e;hpb=819bb88d5a014a23150b8fd609d194e883958674 diff --git a/.bashrc b/.bashrc index d56387e..5f4fdb5 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -if $(tty -s); then +if [ -t 0 ]; then . /etc/profile . ~/.bash_profile fi