Update rbenv and nvm

This commit is contained in:
2025-05-05 19:39:17 -05:00
parent dfc3511aa3
commit ac6926123a
2 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Enable goenv if it is installed
# Enable rbenv if it is installed
if (( $+commands[rbenv] )); then
eval "$(rbenv init -)"
eval "$(rbenv init - --no-rehash zsh)"
fi