X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bashrc;h=3d80825ad3efc9e8f3b7b4ed82aaaf3303e670c0;hp=656e6ca199e287ad9e28fb23844566f7980b1c8d;hb=83448b47cbb7f713eaa4a4563dc3110973eaaa5e;hpb=7ff1edff9e3b22a1fd1f7798a634538d7ed94c54 diff --git a/.bashrc b/.bashrc index 656e6ca..3d80825 100644 --- a/.bashrc +++ b/.bashrc @@ -1,2 +1,4 @@ -. /etc/profile -. ~/.bash_profile +if tty -s; then + . /etc/profile + . ~/.bash_profile +fi