Created
November 6, 2015 20:00
-
-
Save piclez/837992598975187e90bb to your computer and use it in GitHub Desktop.
.profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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