post_install() {
zellij setup --generate-completion bash > /data/data/com.termux/files/usr/share/bash-completion/completions/zellij.bash
zellij setup --generate-completion zsh > /data/data/com.termux/files/usr/share/zsh/site-functions/_zellij
zellij setup --generate-completion fish > /data/data/com.termux/files/usr/share/fish/vendor_completions.d/zellij.fish
}
