6 lines
93 B
Bash
6 lines
93 B
Bash
# vim: ft=zsh
|
|
|
|
if command-exists "uv"; then
|
|
eval "$(uv generate-shell-completion zsh)"
|
|
fi
|