added local ruby install

This commit is contained in:
Jonas Forsberg 2021-01-07 16:32:04 +01:00
parent 9308d0b9d4
commit 837bff13c1
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -33,5 +33,7 @@ fi
[[ "$(type -t _todo)" == "function" ]] && complete -F _todo t
[[ "$(type -t sps)" == "file" ]] && source <(sps completion bash)
[[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)"
#exit with no error
/bin/true