From 855c83358d24d37df2893ad431ac15a702443b11 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Thu, 4 Jan 2024 12:12:47 +0100 Subject: [PATCH] Swap zsh plugin order to fix syntax highlighting --- zsh/.config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index c2c37dc..d64c038 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -2,8 +2,8 @@ source $ZDOTDIR/zsh-git-prompt/zshrc.sh source $ZDOTDIR/window-title-bar.sh source $ZDOTDIR/git-aliases.sh -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # The following lines were added by compinstall zstyle ':completion:*' completer _complete _ignored