abinfo "Generate shell completions ..."
install -dv "$PKGDIR"/usr/share/zsh/functions/Completion/Linux/
"$PKGDIR"/usr/bin/zellij setup --generate-completion zsh > "$PKGDIR"/usr/share/zsh/functions/Completion/Linux/_zellij

install -dv "$PKGDIR"/usr/share/fish/vendor_completions.d/
"$PKGDIR"/usr/bin/zellij setup --generate-completion fish > "$PKGDIR"/usr/share/fish/vendor_completions.d/zellij.fish

install -dv "$PKGDIR"/usr/share/bash-completion/completions/
"$PKGDIR"/usr/bin/zellij setup --generate-completion bash > "$PKGDIR"/usr/share/bash-completion/completions/zellij.bash
