Explorar el Código

Use system ruby (with asdf)

Blallo hace 3 años
padre
commit
67373f2bd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"