Answers for "command to change shell to zsh"

4

change bash to zsh

chsh -s $(which zsh)
Posted by: Guest on March-24-2021

Code answers related to "command to change shell to zsh"

Browse Popular Code Answers by Language