mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 06:11:51 +00:00
Files should end in trailing newlines
This commit is contained in:
parent
e6887d500f
commit
3a21485050
@ -1,3 +1,4 @@
|
|||||||
src
|
src
|
||||||
v*
|
v*
|
||||||
alias
|
alias
|
||||||
|
|
||||||
|
@ -87,3 +87,4 @@ if [[ -n ${ZSH_VERSION-} ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
complete -o default -o nospace -F __nvm nvm
|
complete -o default -o nospace -F __nvm nvm
|
||||||
|
|
||||||
|
@ -66,3 +66,4 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "=> Close and reopen your terminal to start using NVM"
|
echo "=> Close and reopen your terminal to start using NVM"
|
||||||
|
|
||||||
|
@ -63,3 +63,4 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "=> Close and reopen your terminal to start using NVM"
|
echo "=> Close and reopen your terminal to start using NVM"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user