From 83f52531f948bca4dc08ae01c96d8914356e602b Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 26 Jan 2016 15:49:00 +0000 Subject: [PATCH] Add comment for the sourcing of a local bashrc. --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 8d18909..8d410ee 100644 --- a/.bashrc +++ b/.bashrc @@ -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 +#--------------------------------------------------------------------------------