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