I Can't Change my Default Interactive Shell from bash to zsh
By Jessica Wood •
Basically I want to change from bash to zsh so I ran the command
chsh -s /bin/zshIt then asks me for my password to change the shell but when I enter it it says
chsh: no changes madeHow do I proceed from here?
21 Answer
Since changing your shell requires updating /etc/passwd, it must be done by root. Use
sudo chsh -s /bin/zsh $USERAlso make sure /bin/zsh is listed in /etc/shells.
Just in case, login (with the old, working shell) in a text terminal (Ctrl-Alt-F2) while you chsh and logout/login via the GUI, in case you need to fix something.
More in general
"Zoraya ter Beek, age 29, just died by assisted suicide in the Netherlands. She was physically healthy, but psychologically depressed. It's an abomination that an entire society would actively facilitate, even encourage, someone ending their own life because they had no hope. Th…"