Guest User

Untitled

a guest
Dec 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. eval "$(pyenv init -)"
  2.  
  3. export GOPATH=$HOME/gocode
  4. export PATH=$PATH:$GOPATH/bin
  5. export GROOVY_HOME=/usr/local/opt/groovy/libexec
  6.  
  7. [[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
  8.  
  9. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
  10.  
  11. export rvmsudo_secure_path=0
  12.  
  13. alias g="g.sh"
  14. alias p="prod.sh"
  15. alias s="stag.sh"
Add Comment
Please, Sign In to add comment