I use zsh but would like to use a normal bash as soon as I switch to tty. Because of I use starship-prompt it is not readable. There must be something I need to add to my .zshrc.
Is it that easy to just put chsh /bin/bash into the .zshrc
Or am I thinking completely wrong?
Keep it simple. Use Bash as your user’s default shell (don’t chsh) and just launch your terminal emulator with Zsh. Most terminal emulators have the option to launch a shell of your choice. The added benefit is that you’ll also have Bash if you connect through SSH.
Ok that is very simple. I have not thought in this direction.
I will change my shell back to bin/shell and set it to zsh in konsole. You are totally right, sometimes it makes more sense to think simple