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