Source .bashrc file if present.

This commit is contained in:
Jeff Geerling
2015-10-29 20:20:49 -05:00
parent fa56555e06
commit 95f5b6baf5
+6
View File
@@ -24,6 +24,12 @@ then
source ~/.bash_aliases source ~/.bash_aliases
fi 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. # Route local traffic over ethernet when using certain WiFi networks w/o proxy.
function route_add() { function route_add() {
sudo route add -net 10.0.0.0/8 -interface en0 sudo route add -net 10.0.0.0/8 -interface en0