Independent tweaks for zsh (put in .zshrc) follow:
# for oh my zsh plugins that are nice
plugins=(git cp osx zsh-syntax-highlighting)
# no idea why oh my zsh does not take the existing path. hardcoding this is *bad*
export PATH=~/bin:~/util:$PATH:/usr/local/share/npm/bin
export PAGER=vimpager