Add uv autocomplete support

This commit is contained in:
Tony Blyler 2025-06-24 21:11:39 -04:00
parent b17c499e4f
commit 587cc720fb
No known key found for this signature in database

View file

@ -0,0 +1,7 @@
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