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

@@ -43,6 +43,7 @@ ruby_install = true
"cargo:mergiraf" = "latest"
"cargo:paper-terminal" = "latest"
"cargo:pastel" = "latest"
"github:spinel-coop/rv" = "latest"
"go:github.com/rakyll/hey" = "latest"
"go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest"
"go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest"

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
# ==============================================================================