Broken shells kill the vibe.

python -c 'import pty;pty.spawn("/bin/bash")'    // get better shell
export TERM=xterm                                // get term commands like clear
ctrl + z !                                       // background shell
stty raw -echo; fg                               // switch off terminal echo and foreground shell