Add bash completion scripts for podman and gh CLI. Switch bun completion from eval to process substitution for consistency with other completion scripts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
175 B
Text
Executable file
4 lines
175 B
Text
Executable file
# shellcheck shell=bash
|
|
# shellcheck disable=SC1090
|
|
# Enable bash completion for bun (JavaScript runtime & package manager)
|
|
command -v bun &>/dev/null && . <(bun completions)
|