From d912fb54c33182f68797098c720526e720b0874f Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Thu, 19 Jan 2023 11:41:44 -0600 Subject: [PATCH] Add system location for RVM --- zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/zshenv b/zshenv index 068d0d4..191bedb 100644 --- a/zshenv +++ b/zshenv @@ -36,4 +36,5 @@ if (( $+commands[fd] )); then fi # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +[[ -d "/usr/share/rvm/bin" ]] && path+=("/usr/share/rvm/bin") [[ -d "$HOME/.rvm/bin" ]] && path+=("$HOME/.rvm/bin")