Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Atomic Linux Distributions¶
How to change the default shell in fedora silverblue?
sudo usermod --shell $(which fish) $(id -un)The above command updates the configuration file /etc/passwd.
Mutable Linux Distributions¶
sudo chsh -s $(which fish) $(id -un)