From e8a1071c3bbefe7a560740fba78390167345d7a4 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 4 Jul 2024 17:45:24 -0400 Subject: feat(zsh): add syntax highlighting for mac --- dot_zshrc.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index d109516..bc885e7 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -139,3 +139,8 @@ source $HOME/.zshenv # Load Starship eval "$(starship init zsh)" + +# Load zsh syntax highlighting +{{- if eq .chezmoi.os "darwin" }} +source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +{{ end -}} -- cgit v1.2.3