Files should end in trailing newlines

master
Jordan Harband 2014-03-15 11:41:50 -07:00
parent e6887d500f
commit 3a21485050
5 changed files with 6 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -12,3 +12,4 @@ fi
nvm use $NODE_VERSION
exec $@