Skip to content

Instantly share code, notes, and snippets.

@vitor-caetano
Created December 18, 2018 16:18
Show Gist options
  • Save vitor-caetano/98e27c7d1cdf17fa263d52fedf0151ca to your computer and use it in GitHub Desktop.
Save vitor-caetano/98e27c7d1cdf17fa263d52fedf0151ca to your computer and use it in GitHub Desktop.
iCasei bash_profile
eval "$(pyenv init -)"
export GOPATH=$HOME/gocode
export PATH=$PATH:$GOPATH/bin
export GROOVY_HOME=/usr/local/opt/groovy/libexec
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export rvmsudo_secure_path=0
alias g="g.sh"
alias p="prod.sh"
alias s="stag.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment