zsh-syntax-highlighting/README.md
2015-09-07 02:00:20 +02:00

669 B

zsh-syntax-highlighting

Syntax highlighting for Zsh.**

How to install

  • Download the script or clone this repository:

      git clone git://github.com/jimmijj/zsh-syntax-highlighting.git
    
  • Source the script at the end of ~/.zshrc:

      source /path/to/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
    
  • Source ~/.zshrc to take changes into account:

      source ~/.zshrc
    

How to tweak

Syntax highlighting is done by pluggable highlighter scripts, see the highlighters directory for documentation and configuration settings.