본문 바로가기
mac

terminal zsh와 bash 변경

by meno1011 2022. 9. 22.
728x90

터미널창에서 아래 커멘드를 입력하면 된당

# zsh로 변경
chsh -s/bin/zsh

# bash로 변경
chsh -s/bin/bash