summaryrefslogtreecommitdiffstats
path: root/system/zsh-syntax-highlighting/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/zsh-syntax-highlighting/README')
-rw-r--r--system/zsh-syntax-highlighting/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/zsh-syntax-highlighting/README b/system/zsh-syntax-highlighting/README
index f5534846ff..cd02b79649 100644
--- a/system/zsh-syntax-highlighting/README
+++ b/system/zsh-syntax-highlighting/README
@@ -2,11 +2,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,
+terminal. This helps in reviewing commands before running them,
particularly in catching syntax errors.
-Enable syntax highlighting in the current interactive shell:
+To enable syntax highlighting in the current interactive shell:
- source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+source /usr/share/zsh/plugins/zsh-syntax-highlighting/*.zsh
-NOTE: the 'source' command must be **at the end** of '~/.zshrc'.
+You can also add this command to your ~/.zshrc to always enable it.
+NOTE: the 'source' command must be **at the end** of '~/.zshrc'.