Source bun's built-in completion output via `bun completions` (no shell argument needed — it defaults to bash). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
152 B
Text
Executable file
3 lines
152 B
Text
Executable file
# shellcheck shell=bash
|
|
# Enable bash completion for bun (JavaScript runtime & package manager)
|
|
command -v bun &>/dev/null && eval "$(bun completions)"
|