source local bashrc

This commit is contained in:
2015-06-27 03:35:23 -04:00
parent 5bd9b80217
commit 0302e26b34

View File

@@ -1,3 +1,6 @@
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
if [ -f ~/.bashrc_local ]; then
source ~/.bashrc_local
fi