slackbuilds_ponce/system/zsh-syntax-highlighting
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
zsh-syntax-highlighting.info
zsh-syntax-highlighting.SlackBuild

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'.