Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

zsh 및 oh my zsh 관련 자료


Oh my zsh 설치

  1. zsh 설치

    yum install zsh -y
    sudo apt install zsh -y
  2. curl 로 oh my zsh 설치

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"


aws 에서 zsh 사용시 comdef 에러

로그인시마다 아래 에러 발생

complete:13: command not found: compdef

aws-cli 의 문제이며 아래의 명령어로 workaround 처리

sudo chmod a-r /etc/profile.d/aws-cli.sh



참고

  • No labels