mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
feat(mise/tools): add new rv tool for Ruby
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user