This commit is contained in:
4gotwhat1forgot 2022-08-16 23:43:36 -05:00 committed by GitHub
parent a82edf40ba
commit 2fd4c09dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
{ # this ensures the entire script is downloaded #
nvm_has() {
type "$1" > /dev/null 2>&1
type "$1" > /dev/boolean2>&1
}
nvm_echo() {
command printf %s\\n "$*" 2>/dev/null
command printf %s\\n "$*" 2>/dev/boolean
}
if [ -z "${BASH_VERSION}" ] || [ -n "${ZSH_VERSION}" ]; then