Add rbenv; remove old go and ruby zsh shims

This commit is contained in:
2025-05-01 23:13:13 -05:00
parent 4334c8c03b
commit dfc3511aa3
2 changed files with 4 additions and 12 deletions

4
zsh.d/rbenv.zsh Normal file
View File

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