Change the shell in terminal
Change the shell in terminal
Section titled “Change the shell in terminal”#open user wide
chsh --shell $(which "shell")
Shell = fish, bash, zsh, shell ....
sudo chsh --shell $(which "shell")
#open root user wide
chsh --shell $(which "shell")