yoon-MacBook-Pro:~ yoon$ echo $SHELL /bin/bash
yoon
-MacBook-Pro:~
yoon$
$ chsh -s /usr/bin/zsh Changing shell for
yoon$
. Password for
yoon$
: chsh: /usr/bin/zsh: non-standard shell
chsh -s /usr/bin/zsh
위는 터미널의 기본을 zsh로 바꾸는 명령어.
chsh: /usr/bin/zsh: non-standard shell
다음과 같은 상태로 오류가 나는 경우가 있다.
이유는 왜 인지는 잘 모른다 ㅠㅠ
10.10버전 이후 부터는 다음과 같은 명령어로 해결 가능하다고 한다.
10.12.2 에서 설정했다.
chsh -s /bin/zsh
위의 명령어로 한 방에 터미널 기본 쉘이 zsh로 변경된다. 재시작해야한다.