dotfiles/.bash_profile

3 lines
45 B
Bash

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