Basic prezto support.

This commit is contained in:
David Tomaschik
2018-03-10 22:49:32 -08:00
parent 82c2833490
commit 4091cc3f03
7 changed files with 277 additions and 11 deletions

View File

@@ -2,3 +2,6 @@
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"