From 67373f2bd8c91f4a3738a4d675ac1de40286eb94 Mon Sep 17 00:00:00 2001 From: Blallo Date: Thu, 18 Mar 2021 11:15:19 +0100 Subject: [PATCH] Use system ruby (with asdf) --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7087f8a..ef65b0b 100644 --- a/.zshrc +++ b/.zshrc @@ -101,7 +101,7 @@ export GOPATH=${HOME}/.go export PATH=${GOPATH}/bin:$PATH ## Ruby -export PATH=${PATH}:/home/leo/.gem/ruby/2.7.0/bin +#export PATH=${PATH}:/home/leo/.gem/ruby/2.7.0/bin ## Elixir export ERL_AFLAGS="-kernel shell_history enabled"