From 0eab4e99dc27a412077ebd9b2e21f251d7260ddb Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 14 Jun 2018 09:03:56 +0200 Subject: [PATCH] remove rbenv and nvm in startup - if needed this should go to .zshrc.local --- zsh/.zsh/configs/post/path.zsh | 9 --------- 1 file changed, 9 deletions(-) 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