Files
skel/dotfiles/profile
2017-02-23 12:32:52 -08:00

5 lines
121 B
Bash

# Always load ENV
test -f "$HOME/.env" && . "$HOME/.env"
test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local"