From c83f43bed1a24d46b9f327624bc2b0b783449b44 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 28 Apr 2020 09:20:59 -0400 Subject: [PATCH] fast syntax highlighting --- .config/zsh/.zshrc | 4 ++-- 1 file 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