태그: zsh

zsh compinit

zsh compinit맥 터미널에서 아래와 같은 에러가 발생하는 경우가 있습니다. 12zsh compinit: insecure directories, run compaudit for list.Ignore insecure directories and continue [y] or abort compinit [n]? 해결방법1compaudit | xargs c

zsh-syntax-highlighting

zsh-syntax-highlightingzsh-syntax-highlighting를 설치하게 되면 path에 등록된 명령어를 자동으로 highlight해주게 됩니다.위 사진은 적용 전 입니다.zsh-syntax-highlighting를 설치하게 되면 위 사진과 같이 명령어에 highlight됩니다. 설치방법1brew install zsh-syntax-hi

zsh

zsh?다양한 정보를 기반으로 tab을 이용하여 자동완성 기능을 사용 할 수 있습니다. 소문자 대문자를 잘 못 사용해도 자동완성을 해주기때문에 개발자라면 zsh을 사용하면 개발하는데 매우 편합니다. 설치방법1brew install zsh 우선 brew를 이용하여 zsh를 설치합니다. 1which zsh zsh가 어디에 설치되어있는지 위치를 파악합니다. 1&