Answers for "how change the terminal from bash to zsh"

4

change bash to zsh

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

Code answers related to "how change the terminal from bash to zsh"

Browse Popular Code Answers by Language