remove sh shebang to avoid confusion (nvm is sourced not executed)

This commit is contained in:
Sander Hahn 2014-01-04 05:05:57 +01:00
parent a48aaa9624
commit cc01e34e93

2
nvm.sh
View File

@ -1,5 +1,3 @@
#!/bin/sh
# Node Version Manager # Node Version Manager
# Implemented as a bash function # Implemented as a bash function
# To use source this file from your bash profile # To use source this file from your bash profile