summaryrefslogtreecommitdiff
path: root/system/zsh-syntax-highlighting
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 13:12:54 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:38:15 -0400
commiteb2807728a92219fa65c79419136bfc1882a7571 (patch)
treeb7daed3c75f9b10bc70d1fb0e1f1b5a4bac27b6a /system/zsh-syntax-highlighting
parent1c8ecb16a64de8625269887742054bc3a38e1249 (diff)
downloadslackbuilds-eb2807728a92219fa65c79419136bfc1882a7571.tar.gz
system/zsh-syntax-highlighting: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/zsh-syntax-highlighting')
-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'.