dotfiles/bash/.bash_profile

5 lines
99 B
Bash
Raw Normal View History

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