From 95f5b6baf5beefedcfe9f6ee33b55176c14296a4 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 29 Oct 2015 20:20:49 -0500 Subject: [PATCH] Source .bashrc file if present. --- .bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bash_profile b/.bash_profile index e76ad1f..26eecd2 100644 --- a/.bash_profile +++ b/.bash_profile @@ -24,6 +24,12 @@ then source ~/.bash_aliases fi +# Include bashrc file (if present). +if [ -f ~/.bashrc ] +then + source ~/.bashrc +fi + # Route local traffic over ethernet when using certain WiFi networks w/o proxy. function route_add() { sudo route add -net 10.0.0.0/8 -interface en0