Browse Source

Files should end in trailing newlines

install_use_nvmrc
Jordan Harband 11 years ago
parent
commit
3a21485050
  1. 1
      .npmignore
  2. 1
      bash_completion
  3. 1
      install-gitless.sh
  4. 1
      install.sh
  5. 3
      nvm-exec

1
.npmignore

@ -1,3 +1,4 @@
src
v*
alias

1
bash_completion

@ -87,3 +87,4 @@ if [[ -n ${ZSH_VERSION-} ]]; then
fi
complete -o default -o nospace -F __nvm nvm

1
install-gitless.sh

@ -66,3 +66,4 @@ else
fi
echo "=> Close and reopen your terminal to start using NVM"

1
install.sh

@ -63,3 +63,4 @@ else
fi
echo "=> Close and reopen your terminal to start using NVM"

3
nvm-exec

@ -11,4 +11,5 @@ fi
nvm use $NODE_VERSION
exec $@
exec $@

Loading…
Cancel
Save