Skip to content

Instantly share code, notes, and snippets.

@oafridi
Created July 25, 2014 17:57
Show Gist options
  • Save oafridi/000037ba292928fa5c5d to your computer and use it in GitHub Desktop.
Save oafridi/000037ba292928fa5c5d to your computer and use it in GitHub Desktop.
zsh config
plugins=(bundler common-aliases git postgres rails vagrant zsh_reload)
export PATH=~/.rbenv/shims
export PATH='$HOME/.rbenv/bin:$PATH'
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home
# JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
export JAVA_HOME
# export EDITOR='subl'
export PATH=/Users/oafridi/.cabal/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/local/sbin:$PATH
export PATH=$PATH:/Users/oafridi/dev/play-2.2.0
export PATH=$PATH:/Users/oafridi/dev/mongodb-osx-x86_64-2.4.9/bin
export PATH=$PATH:$JAVA_HOME/bin
export PATH=/opt/maven2/bin:$PATH
export PGHOST=localhost
#rbenv
eval "$(rbenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment