From 82f4d11d78ca05baa033cea47bd0797494d30979 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Mon, 6 Jan 2025 15:51:41 +0100 Subject: [PATCH] fix(zshrc): change path to zsh-syntax-highlighting plugin from /usr/local to /opt/homebrew --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index eea02ab..b575f4a 100644 --- a/.zshrc +++ b/.zshrc @@ -276,4 +276,4 @@ autoload -Uz compinit && compinit eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" -source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh