X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bashrc;h=d56387eaac47fdae0a0fafae3848820d9875de7c;hp=656e6ca199e287ad9e28fb23844566f7980b1c8d;hb=b787fd56264b2de756d4894e748bcd1d34b19451;hpb=7ff1edff9e3b22a1fd1f7798a634538d7ed94c54 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