Skip to content

Commit

Permalink
Fix up node path.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnadlerjr committed Jun 9, 2012
1 parent 9e64a12 commit ab953e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/env
@@ -1,5 +1,5 @@
export EDITOR="mvim -v" export EDITOR="mvim -v"
export PATH=/usr/local/share/npm/bin:/usr/local/bin:~/bin/vim-ruby-refactor:$PATH:~/bin export PATH=/usr/local/share/npm/bin:/usr/local/bin:~/bin/vim-ruby-refactor:$PATH:~/bin
export NODE_PATH="/usr/local/lib/node" export NODE_PATH="/usr/local/lib/node:/usr/local/lib/node_modules"


bind '"\C-f": "fg %-\n"' bind '"\C-f": "fg %-\n"'

0 comments on commit ab953e6

Please sign in to comment.