I have installed cachyos with gnome desktop. But I have issue to uninstall fish shell completely. As I can’t set variables in fish shell. I have tried to uninstall 5 times and completely reinstall cachyos more than 6 times from last few days.
As I am new to cachyos and don’t want to use fish shell. Anyone here to help me a complete instruction for this. I want to familier with bash and I want to use it.
I have tried below solution but it didn’t work.
chsh -s /bin/bash
After that I logout and login but not work. So I reboot but still shell is fish.
So I don’t want to use fish now. Else cachyos is blazing fast.
I’m having a similar issue. Using chsh -s /bin/bash or chsh -s /bin/zsh doesn’t set the shell fully, as something in cachyos is setting an env variable that keeps persisting after shell close, daemon reload, reboot, relogin, etc. ❯ printenv | grep “SHELL” SHELL=/bin/fish
I COULD explicitly tell a terminal such as kitty to use zsh, but I shouldn’t have to.