
We currently filter out `TMUX`, but this breaks displaying some caveats. This also enables an alias I use (and improved by @Rylan12): brew alias fzp='!id="$(gh pr list -L200 -R github.com/Homebrew/homebrew-core | TMUX=$HOMEBREW_TMUX fzf-tmux -p "90%,50%" --multi | cut -f1)"; [ -n "$id" ] && brew pr-publish --autosquash $id'