riywo / ndenv

node.js version manager based on rbenv
304 stars 31 forks source link

Always add /shims to PATH, even when creating duplicates #3

Open mvgrimes opened 9 years ago

mvgrimes commented 9 years ago

ndenv-init currently checks to see if ndenv/shims is in $PATH and skips adding it if so. This can create issues when we re-enter a shell (ie, using screen or tmux). Always adding ndev/shim to the path is consistent with other *env tools.

ungue commented 9 years ago

:+1: