dotfiles/bash/bash_profile
2012-08-15 00:33:15 -04:00

3 lines
51 B
Bash

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