From 220c891f17672cac05a89d9495f916b0946ff8a4 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 29 Oct 2022 15:19:28 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 0ed9fce9..3358761f 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -383,6 +383,9 @@ if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then fi ### Powerline +if [ -f "$HOME/.local/antigen/bundles/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh" ]; then + source "$HOME/.local/antigen/bundles/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh" +fi if [ -f ~/.local/p10k.zsh ]; then source ~/.local/p10k.zsh fi