As I’ve talked about here, one of my PCs running KDE-Linux is still using Bash as it’s default shell, despite KDE Linux using zsh now.
I’ve tried changing with chsh -s $(which zsh) but it doesn’t do anything.
The .zshrc file in the home directory is also a lot different. I’ve tried replacing it with the file with the normal file all my other PCs have but it changed nothing.
It’s a user issue because it is working fine if I create a new user.
You always need to reboot after changing your shell with chsh for it to take full effect.
Besides, in Konsole’s options—as well as most other terminals—you can set it to use a shell other than the user’s designated system shell. It was somewhere in the Profile settings.
KDE Linux is using zsh now? Bit surprised since I was assuming KDE would prefer bash given how widespread it is. But then again, I’m that oddball who thinks ksh93 is cool, what do I know.