abinfo "Installing shell completions ..."
"$PKGDIR"/usr/bin/codex completion bash | install -Dvm644 /dev/stdin \
    "$PKGDIR"/usr/share/bash-completion/completions/codex
"$PKGDIR"/usr/bin/codex completion zsh | install -Dvm644 /dev/stdin \
    "$PKGDIR"/usr/share/zsh/site-functions/_codex
"$PKGDIR"/usr/bin/codex completion fish | install -Dvm644 /dev/stdin \
    "$PKGDIR"/usr/share/fish/vendor_completions.d/codex.fish
