Add comment for the sourcing of a local bashrc.

This commit is contained in:
Scott Wallace 2016-01-26 15:49:00 +00:00
parent ed51725a6e
commit 83f52531f9

View file

@ -122,4 +122,8 @@ if [ -x /usr/local/bin/brew ]; then
fi
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Run local .bashrc for any local-only commands
#--------------------------------------------------------------------------------
[ -f ~/.bashrc_local ] && source ~/.bashrc_local
#--------------------------------------------------------------------------------