X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.bashrc;h=c844bd59a6142da273cd7c1e1f514137cc3d4b2b;hb=5aed40f505dec0778b48275903dbb7023c7d9643;hp=656e6ca199e287ad9e28fb23844566f7980b1c8d;hpb=7ff1edff9e3b22a1fd1f7798a634538d7ed94c54;p=profile.git diff --git a/.bashrc b/.bashrc index 656e6ca..c844bd5 100644 --- a/.bashrc +++ b/.bashrc @@ -1,2 +1,5 @@ -. /etc/profile -. ~/.bash_profile +# $Id$ +if $(tty -s); then + . /etc/profile + . ~/.bash_profile +fi