X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.bashrc;h=578ecf2d12a10b5d9cf963bd7c6205fc553e75bd;hp=778a65dea03efd20bf316d87a374fd0f691e405d;hb=b08273b399ed39e5917bf8b081a99de5566e0511;hpb=778efa65bc94ed20f3007d281521c08339ccd265 diff --git a/.bashrc b/.bashrc index 778a65d..578ecf2 100644 --- a/.bashrc +++ b/.bashrc @@ -78,6 +78,11 @@ fi PATH="/usr/local/bin:$PATH" export PATH +# Run a machine-specific bashrc (if it exists). +if [ -f $HOME/.bashrc_local ]; then + source $HOME/.bashrc_local +fi + # Automatically open screen. # The if statement prevents it from recursing (since screen opens bash). if [ $TERM != screen ]; then