diff --git a/.npmignore b/.npmignore index 207258b..529045f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ src v* alias + diff --git a/bash_completion b/bash_completion index b3d4c25..6f80584 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 56b2836..d4b96b4 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 816fae8..e76fcd5 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 08b62ce..dc6bfca 100755 --- a/nvm-exec +++ b/nvm-exec @@ -11,4 +11,5 @@ fi nvm use $NODE_VERSION -exec $@ \ No newline at end of file +exec $@ +