sudo dnf install util-linux-user # install chsh cat /etc/shells # list all the shells from your system chsh # change the shell for your user /bin/zsh # Example: change the shell Bash to Zsh