X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bashrc;h=5f4fdb5116673cda1834d87f70f044e63b21ce5b;hp=656e6ca199e287ad9e28fb23844566f7980b1c8d;hb=84e1a34d8cc3838b7666ba26f02648cdee4906c6;hpb=7ff1edff9e3b22a1fd1f7798a634538d7ed94c54 diff --git a/.bashrc b/.bashrc index 656e6ca..5f4fdb5 100644 --- a/.bashrc +++ b/.bashrc @@ -1,2 +1,4 @@ -. /etc/profile -. ~/.bash_profile +if [ -t 0 ]; then + . /etc/profile + . ~/.bash_profile +fi