diff --git a/50-bun-completion b/50-bun-completion new file mode 100755 index 0000000..d7c7b0f --- /dev/null +++ b/50-bun-completion @@ -0,0 +1,3 @@ +# shellcheck shell=bash +# Enable bash completion for bun (JavaScript runtime & package manager) +command -v bun &>/dev/null && eval "$(bun completions)"