Files
skel/dotfiles/profile
David Tomaschik c7e40f1321 Fix rvm changes.
2018-03-10 23:14:16 -08:00

5 lines
121 B
Bash
Executable File

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