mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
5 lines
121 B
Bash
5 lines
121 B
Bash
# Always load ENV
|
|
test -f "$HOME/.env" && . "$HOME/.env"
|
|
|
|
test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local"
|