본문 바로가기

Mac OS (OS X)

bash 대신 zsh 사용하기 How to use the zsh instead of the bash.

zsh을 default로

  터미널에서

    chsh -s /bin/zsh

bash를 default로

  터미널에서

    chsh -s /bin/bash