From cc01e34e933a3668b4a2a0392044e451e7ff520f Mon Sep 17 00:00:00 2001 From: Sander Hahn Date: Sat, 4 Jan 2014 05:05:57 +0100 Subject: [PATCH] remove sh shebang to avoid confusion (nvm is sourced not executed) --- nvm.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/nvm.sh b/nvm.sh index 49ce17b..3f59e89 100755 --- a/nvm.sh +++ b/nvm.sh @@ -1,5 +1,3 @@ -#!/bin/sh - # Node Version Manager # Implemented as a bash function # To use source this file from your bash profile