Master
September 23, 2021, 8:38am
#1
I want to change my default shell (from zsh
to bash
). I used chsh
command like this but nothing changed even after restart. Could you please tell my whats the problem and how can I fix it?
Password:
New shell [/bin/zsh]: /bin/bash
Shell changed.
You used this command?
chsh -s /bin/bash
or you went on doing it with sudo
?
Are you on Gnome as per user description of your profile, or you are on KDE Plasma? For KDE see this:
I found out that if you use konsole, you have to change the shell in the settings. For some reason it doesn’t use the user’s default.
2 Likes
Master
September 23, 2021, 8:47am
#3
It worked. I just switched to plasma recently(Ill change my profile sorry for that). Thank You.
For people comming to this:
Go to the Konsole app
Click on “Settings” in the menubar.
Click on “Manage Profiles…”.
Click on your default profile
Hit edit.
In “General Section” change the "Command: " entry and replace /bin/zsh
with /bin/bash
Hit “Ok”
1 Like
system
Closed
September 25, 2021, 10:47pm
#4
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.