Comment on How to add a directory to your PATHComments−unchar11yfish instructions:set PATH $PATH ~/.npm-global/binFish has some nice utilities for these type of set callsset --append PATH ~/.npm-global/bin
Comments
Fish has some nice utilities for these type of set calls
set --append PATH ~/.npm-global/bin