Dotfiles/.bash_profile

11 lines
180 B
Bash
Raw Normal View History

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