16298:jordi@nubol:~$ chsh Password: S'està canviant l'intèrpret d'accés per a jordi Introduïu el nou valor, o premeu ENTER per al predeterminat Intèrpret d'accés [/usr/bin/zsh]: /bin/bash
This is not the first time I try to do this, but being used to mentally correct zsh's misshandling of UTF-8 input in the command line isn't the way one should be working everyday. While bash reportedly still has a few UTF-8/char vs. byte problems, I haven't found them yet. Zsh, on the other hand, makes me do weird stuff like backspacing twice, then Ctrl-l'ing to redisplay when I press ç instead of Enter, for example.
Of course, you can get used to this behaviour and end up doing the double backspacing without even noticing, and that's why I've been using zsh on a UTF-8 locale for years.
Switching to bash is a step backwards. I know many will argue it's not, but I really think it is. There are some features in zsh that AFAIK you can't get done in bash. While bash completion has gotten a lot better in the last years thanks to the bash_completion package, zsh's is just so much better. I'll have to get used, I guess. Or I'll switch back, which is what happened the last three times I tried to do this.