summaryrefslogtreecommitdiffstats
path: root/system/zsh-syntax-highlighting/README
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2018-04-27 00:36:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-27 00:36:40 +0700
commit3e88bead172feda4640dc5c99ecad7518bbac9b6 (patch)
tree0de19685957b30955e52087fb34fe6f028bdd377 /system/zsh-syntax-highlighting/README
parent56bcb9ce179dbda1cac6f6e0de1044743929372e (diff)
downloadslackbuilds-3e88bead172feda4640dc5c99ecad7518bbac9b6.tar.gz
slackbuilds-3e88bead172feda4640dc5c99ecad7518bbac9b6.tar.xz
system/zsh-syntax-highlighting: Added (Syntax highlighting for Zsh).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/zsh-syntax-highlighting/README')
-rw-r--r--system/zsh-syntax-highlighting/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/zsh-syntax-highlighting/README b/system/zsh-syntax-highlighting/README
new file mode 100644
index 0000000000..f5534846ff
--- /dev/null
+++ b/system/zsh-syntax-highlighting/README
@@ -0,0 +1,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'.