dotfiles/bash/bash_profile
2025-04-16 16:58:29 +00:00

4 lines
50 B
Bash

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