apt-get install zsh
설치 경로 위치 확인
which zsh
/usr/bin/zsh
기본 쉘 변경
chsh -s /usr/bin/zsh
or
chsh -s $(which zsh)
or
chsh -s `which zsh`
쉘변경 확인
echo $SHELL
/usr/bin/zsh
'Linux & Windows' 카테고리의 다른 글
RPM to DEB 변환 (0) | 2020.10.07 |
---|---|
Terminal 갈무리 복사 (0) | 2020.09.30 |
Linux 명령어 (0) | 2020.09.27 |
Beekeeper studio 설치 (0) | 2020.09.25 |
Ubuntu Nvidia Xorg 설정 후 에러 (0) | 2020.09.24 |