Dotfiles/.bash_profile
2024-05-13 23:58:56 +02:00

10 lines
180 B
Bash

# Load login settings and environment variables
if [[ -f ~/.profile ]]; then
source ~/.profile
fi
# Load interactive settings
if [[ -f ~/.bashrc ]]; then
source ~/.bashrc
fi