summaryrefslogtreecommitdiffstats
path: root/system/zsh-syntax-highlighting/README
blob: f5534846ff86b9671d27d3cf697413fc47b5a651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
zsh-syntax-highlighting (Fish shell like syntax highlighting for Zsh)

Provides syntax highlighing for the shell zsh. It enables highlighing
of commands whilst they are typed at a zsh prompt into an interactive
 terminal. This helps in reviewing commands before running them,
particularly in catching syntax errors.

Enable syntax highlighting in the current interactive shell:

 source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

NOTE:  the 'source' command must be **at the end** of '~/.zshrc'.