문서의 이전 판입니다!


zsh

Bash 보다 좋음.

설치

sudo apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Oh My Zsh 을 설치. 깃(Git), cURL (Client URL Library Functions) 설치가 되어 있어야함.

nano ~/.zshrc 해서 테마를 cloud 혹은 agonoster등으로 변경

단축명령어

nano ~/.zshrc 할 때

하는 김에

alias ll = "ls -la"

맨 마지막에 추가

사용

chsh -s /bin/zsh

기본쉘을 zsh로 변경

참고

역링크