Skip to content

Instantly share code, notes, and snippets.

@piclez
Created November 6, 2015 20:00
Show Gist options
  • Save piclez/837992598975187e90bb to your computer and use it in GitHub Desktop.
Save piclez/837992598975187e90bb to your computer and use it in GitHub Desktop.
.profile
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/9.4/bin
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
alias gst="git status"
alias gpr="git pull --rebase"
alias dev="git checkout develop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment