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 +#--------------------------------------------------------------------------------