From 1bed1e3b6f0d48329c8b98628fd97e34a2668584 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Thu, 12 Jan 2023 23:52:19 +0100 Subject: [PATCH] [zsh] zshrc - remove automated config edit by rvm --- zsh/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index ac2016d..fe6c402 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -163,5 +163,3 @@ alias -g NE="2> /dev/null" # Redirect stderr to /dev/null eval $(dircolors --sh) export GREP_COLORS='mt=31' -# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. -export PATH="$PATH:$HOME/.rvm/bin"