commit c83f43bed1a24d46b9f327624bc2b0b783449b44 parent ea61ca6366e5aa611b6c02a8c0d36455a260fe7b Author: Luke Smith <luke@lukesmith.xyz> Date: Tue, 28 Apr 2020 09:20:59 -0400 fast syntax highlighting Diffstat:
M | .config/zsh/.zshrc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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