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>
This commit is contained in:
Ole-Morten Duesund 2026-03-08 18:11:22 +01:00
commit a9875dceec
3 changed files with 10 additions and 1 deletions

4
50-gh-completion Executable file
View file

@ -0,0 +1,4 @@
# shellcheck shell=bash
# shellcheck disable=SC1090
# Tab completion for gh, the GitHub CLI
command -v gh &>/dev/null && . <(gh completion -s bash)