Browse Source

Use system ruby (with asdf)

Blallo 3 years ago
parent
commit
67373f2bd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .zshrc

+ 1 - 1
.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"