mac
terminal zsh와 bash 변경
meno1011
2022. 9. 22. 13:46
728x90
터미널창에서 아래 커멘드를 입력하면 된당
# zsh로 변경
chsh -s/bin/zsh
# bash로 변경
chsh -s/bin/bash