diff options
Diffstat (limited to 'profile/npm.sh')
-rw-r--r-- | profile/npm.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profile/npm.sh b/profile/npm.sh deleted file mode 100644 index 108a869..0000000 --- a/profile/npm.sh +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | # Add npm path to $PATH | ||
2 | |||
3 | command -v npm >/dev/null 2>&1 && | ||
4 | path_add_to_PATH "$(npm config get prefix)/bin" | ||