diff --git a/.npmignore b/.npmignore index 207258b7..529045f0 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ src v* alias + diff --git a/bash_completion b/bash_completion index b3d4c25d..6f80584d 100644 --- a/bash_completion +++ b/bash_completion @@ -87,3 +87,4 @@ if [[ -n ${ZSH_VERSION-} ]]; then fi complete -o default -o nospace -F __nvm nvm + diff --git a/install-gitless.sh b/install-gitless.sh index 56b2836f..d4b96b48 100755 --- a/install-gitless.sh +++ b/install-gitless.sh @@ -66,3 +66,4 @@ else fi echo "=> Close and reopen your terminal to start using NVM" + diff --git a/install.sh b/install.sh index 816fae83..e76fcd56 100755 --- a/install.sh +++ b/install.sh @@ -63,3 +63,4 @@ else fi echo "=> Close and reopen your terminal to start using NVM" + diff --git a/nvm-exec b/nvm-exec index 08b62ce3..dc6bfca9 100755 --- a/nvm-exec +++ b/nvm-exec @@ -11,4 +11,5 @@ fi nvm use $NODE_VERSION -exec $@ \ No newline at end of file +exec $@ +