dotfiles/bash-files/bash_profile
2013-08-01 19:11:17 -07:00

3 lines
51 B
Bash

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