Oh my zsh 설치
zsh와 git 설치
yum install git zsh -y
CODE
sudo apt install git zsh -y
CODE
curl 로 oh my zsh 설치
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
CODE
설정
plugin
# plugins=(git bundler osx rake ruby)
plugins=(git bundler laravel rake ruby)
CODE
theme
ZSH_THEME="robbyrussell"
CODE
aws 에서 zsh 사용시 comdef 에러
로그인시마다 아래 에러 발생
complete:13: command not found: compdef
CODE
aws-cli 의 문제이며 아래의 명령어로 workaround 처리
sudo chmod a-r /etc/profile.d/aws-cli.sh
CODE
참고
같이 보기