X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bashrc;h=3d80825ad3efc9e8f3b7b4ed82aaaf3303e670c0;hp=d4157fcf0860635b354e3066157f20bc6268c09a;hb=1ec94025a15c0e0fecfdc27e3bfd51f1e52d642f;hpb=8c75606a52da5a4df6018134e0806e7041ca69e1 diff --git a/.bashrc b/.bashrc index d4157fc..3d80825 100644 --- a/.bashrc +++ b/.bashrc @@ -1,3 +1,4 @@ -# $Id$ -. /etc/profile -. ~/.bash_profile +if tty -s; then + . /etc/profile + . ~/.bash_profile +fi