oh-my-fish/plugins/node/node.load

7 lines
135 B
Fish
Raw Normal View History

### Main program
if test -d /usr/local/share/npm/bin
set PATH /usr/local/share/npm/bin $PATH
end
2013-03-11 02:08:58 +08:00
set PATH ./node_modules/.bin $PATH