On Fri, Feb 26, 2021 at 5:59 PM Alexei Starovoitov <[email protected]> wrote: > > Crazy ideas are welcome :)
So it was my .bashrc. Something in it was causing a delay. I've added this line to choke it for non-interactive shell: [ -z "$PS1" ] && return
