X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bashrc;h=5f4fdb5116673cda1834d87f70f044e63b21ce5b;hp=d4157fcf0860635b354e3066157f20bc6268c09a;hb=db19742047a79195fd7a61c1d5e3b494274cd75c;hpb=8c75606a52da5a4df6018134e0806e7041ca69e1 diff --git a/.bashrc b/.bashrc index d4157fc..5f4fdb5 100644 --- a/.bashrc +++ b/.bashrc @@ -1,3 +1,4 @@ -# $Id$ -. /etc/profile -. ~/.bash_profile +if [ -t 0 ]; then + . /etc/profile + . ~/.bash_profile +fi