fix(zshrc): change path to zsh-syntax-highlighting plugin from /usr/local to /opt/homebrew

This commit is contained in:
David Ibia
2025-01-06 15:51:41 +01:00
parent 11d7338a34
commit 82f4d11d78

2
.zshrc
View File

@@ -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