X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bashrc;h=5f4fdb5116673cda1834d87f70f044e63b21ce5b;hp=3d80825ad3efc9e8f3b7b4ed82aaaf3303e670c0;hb=c8b4ef9626452db91b5b5b32447d16d00bb4e451;hpb=984835ce1accc25ff9b93442bfedb884a23aa4b4 diff --git a/.bashrc b/.bashrc index 3d80825..5f4fdb5 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -if tty -s; then +if [ -t 0 ]; then . /etc/profile . ~/.bash_profile fi