Mercurial > dotfiles.old
comparison 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 |
comparison
equal
deleted
inserted
replaced
163:5b0efdc92e65 | 164:b18950d832ab |
---|---|
1 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 | 1 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 |
2 export PATH="/usr/local/bin:$PATH" | 2 export PATH="/usr/local/bin:$PATH" |
3 export NODE_PATH="/usr/local/lib/node" | 3 export NODE_PATH="/usr/local/lib/node_modules" |
4 export PATH="/usr/local/share/npm/bin:$PATH" | 4 export PATH="/usr/local/share/npm/bin:$PATH" |
5 export PATH=$PATH:$HOME/.bin | 5 export PATH=$PATH:$HOME/.bin |
6 # if rbenv is present, configure it for use | 6 # if rbenv is present, configure it for use |
7 if which rbenv &> /dev/null; then | 7 if which rbenv &> /dev/null; then |
8 # Put the rbenv entry at the front of the line | 8 # Put the rbenv entry at the front of the line |