dotfiles/.bash_profile

4 lines
45 B
Bash
Raw Normal View History

2022-10-15 03:58:23 +00:00
if [[ -f ~/.bashrc ]]; then
. ~/.bashrc
fi