feat(mise/tools): add new rv tool for Ruby

This commit is contained in:
2025-08-27 21:47:20 +01:00
parent 1f558c9f95
commit 0c46b38c5f
2 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,14 @@
# Enable Ruby Bundler plugin from oh-my-zsh.
zinit for @OMZ::plugins/bundler
# ==============================================================================
# rv
# ==============================================================================
if command-exists rv; then
cached-eval "$(mise-which rv)" rv shell init zsh
fi
# ==============================================================================
# aliases
# ==============================================================================