diff options
| -rw-r--r-- | dot_zshrc.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
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 -}} |
