Skip to content

Change the shell in terminal

Terminal window
#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")