Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. [ -f "$(pwd)/.nvmrc" ] && nvm use
  2. cd() {
  3. builtin cd "$1"
  4. [ -f "$(pwd)/.nvmrc" ] && nvm use
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement