Last active
July 29, 2025 16:12
-
-
Save hktonylee/ee932bac24db4d01ad96b99905c1d13e to your computer and use it in GitHub Desktop.
nvm lazy init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nvm() { | |
[[ -z "$NVM_BIN" ]] && \. "$NVM_DIR/nvm.sh" | |
nvm "$@" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment