Skip to content

Instantly share code, notes, and snippets.

View ebnersilva's full-sized avatar
🚀
Changing the world

Ebner Silva ebnersilva

🚀
Changing the world
  • Curitiba PR
View GitHub Profile
@callumlocke
callumlocke / .zshrc
Last active March 19, 2025 20:17
ZSH function to auto-switch to correct Node version
####
# ZSH function to auto-switch to correct Node version
# https://gist.github.com/callumlocke/30990e247e52ab6ac1aa98e5f0e5bbf5
#
# - Searches up your directory tree for the closest .nvmrc, just like `nvm use` does.
#
# - If you are already on the right Node version, IT DOES NOTHING, AND PRINTS NOTHING.
#
# - Works correctly if your .nvmrc file contains something relaxed/generic,
# like "4" or "v12.0" or "stable".