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>
This commit is contained in:
parent
ed82cebd16
commit
9e5718296a
1 changed files with 3 additions and 0 deletions
3
50-bun-completion
Executable file
3
50-bun-completion
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# shellcheck shell=bash
|
||||||
|
# Enable bash completion for bun (JavaScript runtime & package manager)
|
||||||
|
command -v bun &>/dev/null && eval "$(bun completions)"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue