feat(zsh/ruby): add setup for completions of rv command in zsh

This commit is contained in:
Jim Myhrberg
2025-10-10 19:39:45 +01:00
parent 4007b32303
commit ebf9c4455c

View File

@@ -15,6 +15,7 @@ zinit for @OMZ::plugins/bundler
if command-exists rv; then
cached-eval "$(mise-which rv)" rv shell init zsh
setup-completions rv "$(mise-which rv)" rv shell completions zsh
fi
# ==============================================================================