about summary refs log tree commit diff stats
path: root/profile/npm.sh
blob: 108a869f70ccda952fd8dc191504f1771328e317 (plain)
1
2
3
4
# Add npm path to $PATH

command -v npm >/dev/null 2>&1 &&
	path_add_to_PATH "$(npm config get prefix)/bin"