remove rbenv and nvm in startup - if needed this should go to

.zshrc.local
This commit is contained in:
Thomas Ruoff
2018-06-14 09:03:56 +02:00
parent 13393f7551
commit 0eab4e99dc

View File

@@ -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