Created
August 31, 2014 14:08
-
-
Save hsigrist/1b5ac35ecff0547da676 to your computer and use it in GitHub Desktop.
ok
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=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH | |
export PATH=$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH | |
export RBENV_ROOT=/usr/local/var/rbenv | |
export PATH="/usr/local/bin:$PATH" | |
export PATH="$HOME/.rbenv/bin:$PATH" | |
eval "$(rbenv init -)" | |
export PATH=$homebrew:$PATH | |
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" | |
alias st='open -a "Sublime Text"' | |
alias blog='cd ~/Dropbox/blog/octopress' | |
alias prim='cd ~/Dropbox/UAC/2-2014' | |
alias rgd='rake gen_deploy' | |
alias python='python3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment