Answers for "terminal use bash instead of zsh"

1

change zsh to bash

chsh -s /bin/bash
Posted by: Guest on June-11-2020
-1

zsh terminal

#For mac
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Posted by: Guest on June-27-2021

Code answers related to "terminal use bash instead of zsh"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language