diff dot_zshrc @ 536:87f5a409ee83

Add zsh syntax highlighting in shell
author zegervdv <zegervdv@me.com>
date Thu, 27 Jan 2022 09:27:53 +0100
parents f10b89e9aff3
children 0cc89a031281
line wrap: on
line diff
--- a/dot_zshrc	Wed Jan 26 11:58:32 2022 +0100
+++ b/dot_zshrc	Thu Jan 27 09:27:53 2022 +0100
@@ -5,6 +5,8 @@
 
 source ~/.zsh/zsh-autosuggestions.zsh
 
+source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
+
 fpath=(~/.zsh/completions $fpath)
 
 export TERM=xterm-256color