Use system ruby (with asdf)

This commit is contained in:
Blallo 2021-03-18 11:15:19 +01:00
parent 360beb84fe
commit 67373f2bd8
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

2
.zshrc
View file

@ -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"