aboutsummaryrefslogtreecommitdiff
path: root/99-plugins.zsh
diff options
context:
space:
mode:
Diffstat (limited to '99-plugins.zsh')
-rw-r--r--99-plugins.zsh7
1 files changed, 6 insertions, 1 deletions
diff --git a/99-plugins.zsh b/99-plugins.zsh
index 466ba90..4f10476 100644
--- a/99-plugins.zsh
+++ b/99-plugins.zsh
@@ -1,5 +1,4 @@
source ~/.zshrc.d/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
-source ~/.zshrc.d/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
fpath=(~/.zshrc.d/plugins/completions/ $fpath)
@@ -9,4 +8,10 @@ for f in ~/.zshrc.d/local/*.zsh ; do
source "$f"
done 2>/dev/null
+if [ -z "$USE_FAST_SYNTAX" ] ; then
+ source ~/.zshrc.d/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+else
+ source ~/.zshrc.d/plugins/fast-syntax-highlighting/F-Sy-H.plugin.zsh
+fi
+
/bin/true