Use
chsh -s $(which zsh)
(or whatever shell want to use as default)
Don’t use sudo
since it will change root’s shell.
And need to logout and login again.
Created: May 30, 2023Last Modified: Mar 14, 2024
Use
chsh -s $(which zsh)
(or whatever shell want to use as default)
Don’t use sudo
since it will change root’s shell.
And need to logout and login again.