Pretzo에서 zsh-syntax-highlighting을 사용하는 방법
Why
Pretzo 을 도입하고 있다 zsh 로 zsh-syntax-highlighting 를 유효하게 하는 방법이 조금 알기 어려웠기 때문에 썼습니다.
Result
결과는 이런 식으로 명령의 색이 바뀝니다.
How
결과는 이런 식으로 명령의 색이 바뀝니다.
How
open ~/.zpreztorc
에서 Pretzo 설정 파일을 엽니다. # Set the Prezto modules to load (browse modules).
의 사촌에 'syntax-highlighting' \
를 추가합니다.이런 느낌.
.zpreztorc
# Set the Prezto modules to load (browse modules).
# The order matters.
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'editor' \
'history' \
'directory' \
'spectrum' \
'utility' \
'completion' \
'syntax-highlighting' \
'prompt'
3.
zstyle ':prezto:module:syntax-highlighting' color 'yes'
를 .zpreztorc
에 추가하면 완성됩니다.
Reference
이 문제에 관하여(Pretzo에서 zsh-syntax-highlighting을 사용하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Halkey/items/e7e12f3ea9b328b17d7c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)