lukechilds / zsh-nvm

Zsh plugin for installing, updating and loading nvm
MIT License
2.22k stars 112 forks source link

Use builtin cd command #61

Closed eddiemonge closed 4 years ago

eddiemonge commented 4 years ago

Use the shell's builtin cd command.

Some people (like me) have modified cd so it prints extra info or does other things (like pushd) when changing directories. This adds the builtin command so it use's the shells version instead.

lukechilds commented 4 years ago

@eddiemonge thanks!