From 0302e26b34d158b33d516a3304bb6890bd5c3b06 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Sat, 27 Jun 2015 03:35:23 -0400 Subject: [PATCH] source local bashrc --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_profile b/.bash_profile index 1028aef..bcb16fa 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,6 @@ if [ -f ~/.bashrc ]; then source ~/.bashrc fi +if [ -f ~/.bashrc_local ]; then + source ~/.bashrc_local +fi