mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Zsh-fast-syntax-highlighting enables highlighting of commands whilst they are typed at an interactive zsh prompt. This helps in reviewing commands before running them, particularly in catching syntax errors. Compared to zsh-syntax-highlighting, this package is more optimized and feature-rich. WWW: https://github.com/zdharma-continuum/fast-syntax-highlighting
9 lines
170 B
Text
9 lines
170 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Add the line below to *the end of* your .zshrc to enable highlighting.
|
|
|
|
source %%DATADIR%%/fast-syntax-highlighting-plugin.zsh
|
|
EOM
|
|
}
|
|
]
|