dotfiles/bash-files/bash_profile
2014-03-19 10:52:40 -07:00

3 lines
71 B
Bash

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