summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-28 09:20:59 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-28 09:20:59 -0400
commitc83f43bed1a24d46b9f327624bc2b0b783449b44 (patch)
tree89c182d592e4332c26ab8e8906228bf0ab1145b4 /.config
parentea61ca6366e5aa611b6c02a8c0d36455a260fe7b (diff)
downloadeibhear-c83f43bed1a24d46b9f327624bc2b0b783449b44.tar.gz
eibhear-c83f43bed1a24d46b9f327624bc2b0b783449b44.tar.zst
eibhear-c83f43bed1a24d46b9f327624bc2b0b783449b44.zip
fast syntax highlighting
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 9cd9000..7045983 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -77,5 +77,5 @@ bindkey '^[[P' delete-char
autoload edit-command-line; zle -N edit-command-line
bindkey '^e' edit-command-line
-# Load zsh-syntax-highlighting; should be last.
-source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
+# Load syntax highlighting; should be last.
+source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null