1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-10-05 08:04:41 +02:00
dotfiles/bash/profile

3 lines
120 B
Bash

[ -z "$DOTFILES" ] && source "$HOME/.profile"
[ -r "$HOME/.bash_profile.local" ] && source "$HOME/.bash_profile.local"