Ubuntu – Terminal Blank Screen after removing zsh

bashcommand linezsh

I get blank screen on terminal after removing zsh! I can basically do nothing.

Anyone has an idea?

Best Answer

Firstly try to run Xterm which is another terminal emulator with minimal settings by pressing ALTF2 then type:

xterm -e sh

It'll open Xterm , Then try to run the command to make bash as your default

chsh -s /bin/bash
Related Question