From 6ffae42e33260c815f56fb42ccb78690e8006c47 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 12 May 2025 16:05:03 -0700 Subject: [PATCH] Homebrew path update --- dotfiles/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 4ef0621..eef175e 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -160,7 +160,8 @@ if [[ $- == *i* ]] ; then fi # Syntax highlighting and substring search source_first_existing \ - /usr/share/{,zsh/plugins/}zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + /usr/share/{,zsh/plugins/}zsh-syntax-highlighting/zsh-syntax-highlighting.zsh \ + /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh if source_if_existing ${HOME}/.zshrc.d/_zsh-history-substring-search.zsh ; then bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down