bash.d/50-uv-completion

3 lines
154 B
Text
Raw Normal View History

# shellcheck shell=bash
# Enable bash completion for uv (Python package manager)
command -v uv &>/dev/null && eval "$(uv generate-shell-completion bash)"