bash.d/50-bun-completion

3 lines
152 B
Text
Raw Normal View History

# shellcheck shell=bash
# Enable bash completion for bun (JavaScript runtime & package manager)
command -v bun &>/dev/null && eval "$(bun completions)"