X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.bashrc;h=9abe74b5f5a78bb48ecb5671bf472d1b504f6fbb;hb=993671d30b462c6ce8158e690087efa37c02b7da;hp=3de959cecb2fa05f7d74ace25eaa4b2d12472f19;hpb=3725fc947c3132a157be12fdad1a19e21a497708;p=cmccabe-etc diff --git a/.bashrc b/.bashrc index 3de959c..9abe74b 100644 --- a/.bashrc +++ b/.bashrc @@ -5,6 +5,10 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi +if [ -f ~/.bashrc-local ]; then + . ~/.bashrc-local +fi + case $- in *i*) # interactive shell