Skip to content

Instantly share code, notes, and snippets.

@hktonylee
Last active July 29, 2025 16:12
Show Gist options
  • Save hktonylee/ee932bac24db4d01ad96b99905c1d13e to your computer and use it in GitHub Desktop.
Save hktonylee/ee932bac24db4d01ad96b99905c1d13e to your computer and use it in GitHub Desktop.
nvm lazy init
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