Stabilizing zsh shell
First you will need to spawn a TTY shell. This can be either done with the scripts command or using the python command.
Using the scripts command:
Using Python:
Using Python 3:
After spawning a TTY shell, you can stabilize the shell to enable tab auto-complete and no accidental CRTL+c that will terminate your shell.
Firstly, background your shell with the following keyboard command:
Then paste into your terminal the following (This will also foreground your shell again):
And finally paste in the following command in your terminal:
Last updated