zsh workaround

This commit is contained in:
SkyperTHC
2020-09-07 11:53:32 +01:00
committed by GitHub
parent ffee30101c
commit f73e514cbe
+2 -5
View File
@@ -413,13 +413,10 @@ $ python -c 'import pty; pty.spawn("/bin/bash")'
# Now Press Ctrl-Z to suspend the connection and return to your own terminal.
# On your terminal execute:
$ stty raw -echo
# ...and bring the connection back into the foreground:
$ fg
$ reset
$ stty raw -echo; fg
# On target host
$ reset
$ export SHELL=bash
$ export TERM=xterm-256color
$ stty rows 24 columns 80