Homebrew 설치https://brew.sh/index_ko fish를 홈브류로 설치 $ brew install fish $ fish -v 준비는 일단 다 되었다. Shell 목록을 출력 현재 설치된 쉘 목록을 출력한다. $ cat /etc/shells fish shell 위치를 확인 $ which fish /usr/local/bin/fish fish shell을 추가 $ sudo -e /etc/shells 기본 쉘을 변경 $ chsh -s /usr/local/bin/fish