From 0f09dd846ebcaed0807dedcbfb5d4f2e3de54a74 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 4 Sep 2024 20:47:31 -0500 Subject: [PATCH] Update .zshrc --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index cabda13..b5bb0f9 100644 --- a/.zshrc +++ b/.zshrc @@ -110,3 +110,4 @@ export PATH="$PATH:/home/matthew/.local/bin" #Kubectl source <(kubectl completion zsh) +echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc \ No newline at end of file