Dotfiles/.bash_profile

11 lines
180 B
Bash
Raw Normal View History

2024-05-13 22:18:48 +00:00
# Load login settings and environment variables
if [[ -f ~/.profile ]]; then
source ~/.profile
fi
# Load interactive settings
if [[ -f ~/.bashrc ]]; then
source ~/.bashrc
fi