config/zshenv in zsh_dots-0.5.9 vs config/zshenv in zsh_dots-0.6.0
- old
+ new
@@ -6,24 +6,28 @@
# 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-p327/bin
+RBPATH=/usr/local/lib/ruby/gems/1.9.1/bin:/usr/local/Cellar/ruby/1.9.3-p362/bin
JSPATH=node_modules/.bin:/usr/local/share/npm/bin
-PYPATH=/usr/local/Cellar/python/2.7.3/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
MANPATH=/opt/local/share/man:$MANPATH
HEROKU_PATH="/usr/local/heroku/bin"
CPATH=/usr/local/bin:/usr/local/sbin:/usr/local/git/bin:/usr/bin:$HOME/bin
# Global PATH, the variable that really matters
-PATH=$PGPATH:$RBPATH:$CPATH:$PYPATH:$PATH
+PATH=$PGPATH:$RBPATH:$CPATH:$PYPATH:$MLPATH:$PATH
# Text editing and paging
EDITOR='vim'
PAGER='less -R'
+
+# Email reading
+MAIL=/var/mail/$USER
# A more basic version of my promptstring for non-interactive shells.
PROMPT="♬ "
# PostgreSQL config