From 9b57ffd20b2d9084347940584f5c9e4ddfec575f Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 19 Feb 2024 19:54:59 +0000 Subject: [PATCH] cleanup rvm --- private_dot_profile.tmpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/private_dot_profile.tmpl b/private_dot_profile.tmpl index c5f35b8..4b46500 100644 --- a/private_dot_profile.tmpl +++ b/private_dot_profile.tmpl @@ -1,8 +1,3 @@ - -# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. -export PATH="$PATH:$HOME/.rvm/bin" - -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* [[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env" {{- if eq .chezmoi.os "linux" }}