Skip to content

Instantly share code, notes, and snippets.

@hsigrist
Created August 31, 2014 14:08
Show Gist options
  • Save hsigrist/868dd99a6818e6f75cc4 to your computer and use it in GitHub Desktop.
Save hsigrist/868dd99a6818e6f75cc4 to your computer and use it in GitHub Desktop.
okk
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