config/zshenv in zsh_dots-0.6.3 vs config/zshenv in zsh_dots-0.6.5

- old
+ new

@@ -6,10 +6,11 @@ # Set the path to our shell configuration. ZSH=$HOME/.dots DOTS=$ZSH # Domain-specific PATHs. -RBPATH=/usr/local/lib/ruby/gems/1.9.1/bin:/usr/local/Cellar/ruby/1.9.3-p362/bin +RUBY_VERSION='1.9.3-p385' +RBPATH=/usr/local/lib/ruby/gems/1.9.1/bin:/usr/local/Cellar/ruby/$RUBY_VERSION/bin JSPATH=node_modules/.bin:/usr/local/share/npm/bin PYPATH=/usr/local/Cellar/python/2.7.3/bin:/usr/local/share/python GOPATH=$HOME/Code/Go PGPATH=/Applications/Postgres.app/Contents/MacOS/bin MLPATH=/usr/local/Cellar/smlnj/110.75/libexec/bin