Add uv autocomplete support
This commit is contained in:
parent
b17c499e4f
commit
587cc720fb
1 changed files with 7 additions and 0 deletions
7
chezmoi/dot_zshrc.d/executable_uv.zsh
Normal file
7
chezmoi/dot_zshrc.d/executable_uv.zsh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue