Mercurial > dotfiles.old
diff zsh/exports.zsh @ 164:b18950d832ab
Add RSpec - vimux shortcut
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 30 Oct 2014 20:39:24 +0100 |
parents | 53a5e5db21c5 |
children | 4c6e4d53f8f6 |
line wrap: on
line diff
--- a/zsh/exports.zsh Sun Oct 26 17:22:44 2014 +0100 +++ b/zsh/exports.zsh Thu Oct 30 20:39:24 2014 +0100 @@ -1,6 +1,6 @@ export PATH=$PATH:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/usr/local/sbin export PATH="/usr/local/bin:$PATH" -export NODE_PATH="/usr/local/lib/node" +export NODE_PATH="/usr/local/lib/node_modules" export PATH="/usr/local/share/npm/bin:$PATH" export PATH=$PATH:$HOME/.bin # if rbenv is present, configure it for use