Pretzo에서 zsh-syntax-highlighting을 사용하는 방법

Why



Pretzo 을 도입하고 있다 zshzsh-syntax-highlighting 를 유효하게 하는 방법이 조금 알기 어려웠기 때문에 썼습니다.

Result



결과는 이런 식으로 명령의 색이 바뀝니다.


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 에 추가하면 완성됩니다.

    좋은 웹페이지 즐겨찾기