dotfiles/bash-files/bash_profile

4 lines
71 B
Bash
Raw Normal View History

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