bash.d/50-bun-completion
Ole-Morten Duesund 9e5718296a Add bash completion for bun
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>
2026-03-08 17:56:51 +01:00

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)"