Files
skel/dotfiles/profile
2018-03-10 22:49:32 -08:00

8 lines
239 B
Bash
Executable File

# Always load ENV
test -f "$HOME/.env" && . "$HOME/.env"
test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local"
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"