mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-16 08:33:30 +01:00
3 lines
120 B
Bash
3 lines
120 B
Bash
[ -z "$DOTFILES" ] && source "$HOME/.profile"
|
|
|
|
[ -r "$HOME/.bash_profile.local" ] && source "$HOME/.bash_profile.local"
|