oh-my-fish/plugins/node/node.load
2013-03-10 15:08:58 -03:00

7 lines
135 B
Fish

### Main program
if test -d /usr/local/share/npm/bin
set PATH /usr/local/share/npm/bin $PATH
end
set PATH ./node_modules/.bin $PATH