bash.d/50-podman-completion
Ole-Morten Duesund a9875dceec Add podman and gh completions, fix bun completion style
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>
2026-03-08 18:11:22 +01:00

4 lines
170 B
Text
Executable file

# shellcheck shell=bash
# shellcheck disable=SC1090
# Tab completion for Podman, a rootless container engine
command -v podman &>/dev/null && . <(podman completion bash)