diff --git a/zsh/.zsh/configs/post/path.zsh b/zsh/.zsh/configs/post/path.zsh index ca68140..8a210c4 100644 --- a/zsh/.zsh/configs/post/path.zsh +++ b/zsh/.zsh/configs/post/path.zsh @@ -1,13 +1,4 @@ # ensure dotfiles bin directory is loaded first PATH="$HOME/local/bin:$PATH" -# load rbenv if available -if command -v rbenv >/dev/null; then - eval "$(rbenv init - --no-rehash)" -fi - -# nvm -NVM_DIR="$HOME/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh" - export -U PATH