I was testing some features in Konsole (Plasma's terminal) and accidentally set the command when you open it to something that is not bash and now it just flashes when I open.
The default command to open Konsole was /bin/bash
and I changed to neofetch && /bin/bash
but I typed something wrong and now terminal don't open bash and just flashes when opened.
I was wondering if there is some way to reset or reinstall it, but I didn't find anything useful on google.
sudo apt-get install -reinstall konsole
when you can. – Matthias Lenmher Jan 13 '22 at 03:08sudo apt update && sudo apt purge konsole && sudo apt autoremove && sudo apt install konsole
personally, just to get rid of any config files). Or, just install a different terminal emulator. If you messed with your.bashrc
instead of the terminal, you can boot to a live CD, and use the live CD to fix your.bashrc
file. – cocomac Jan 13 '22 at 04:54~/.local/konsole/
) – steeldriver Jan 13 '22 at 13:24