X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=.bashrc;h=5f4fdb5116673cda1834d87f70f044e63b21ce5b;hb=6e4ae53cf4de6aa433d900f1f1780697ba092f0d;hp=d56387eaac47fdae0a0fafae3848820d9875de7c;hpb=819bb88d5a014a23150b8fd609d194e883958674;p=profile.git diff --git a/.bashrc b/.bashrc index d56387e..5f4fdb5 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,4 @@ -if $(tty -s); then +if [ -t 0 ]; then . /etc/profile . ~/.bash_profile fi