How do I switch to bash by default instead of zsh. I prefer bash
Open konsol
Go to settings
Click on configure konsol
Click on profile
Select profile and click on edit
Now in command box
Write /usr/bin/bash
And press ok
Now you are always able to use bash by default
Also, you could just do
chsh -s /bin/bash
to set the shell for the current user.
2 Likes
chsh -s /bin/bash
Udskifter skal for carl.
Adgangskode:
Skal udskiftet.
╭─carl@carl in ~ took 15s
╰─λ echo $SHELL
/bin/zsh
It stil zsh
You need to relog to apply the change
2 Likes
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.