dotfiles/bash/bash_profile

4 lines
51 B
Bash
Raw Normal View History

2012-08-15 00:33:15 -04:00
if [ -f ~/.bashrc ]; then
source ~/.bashrc;
fi