Files
dotfiles/.bash_profile
2015-06-27 03:35:23 -04:00

7 lines
110 B
Bash

if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
if [ -f ~/.bashrc_local ]; then
source ~/.bashrc_local
fi