😂 Error-log

zsh powerlevel10k 설치 후 오류 해결법

Seungjae Lee 2021. 5. 20. 08:44

[WARNING]: Console output during zsh initialization detected. <- 오류가 발생한다면

~/.zshrc 파일을 열고

plugins=(git zsh-syntax-highlighting)
# ↓ 이 구문을
ZSH_DISABLE_COMPFIX="true"
# ↑ 삽입한다.
source $ZSH/oh-my-zsh.sh

 

ZSH_DISABLE_COMPFIX="true" 이 구문을 삽입해주면 해결된다.