tb-dotfiles/chezmoi/dot_zshrc.d/executable_uv.zsh
2025-06-24 21:11:39 -04:00

7 lines
171 B
Bash

if command -v uv &> /dev/null; then
eval "$(uv generate-shell-completion zsh)"
fi
if command -v uvx &> /dev/null; then
eval "$(uvx --generate-shell-completion zsh)"
fi