From e720803df326fdc6ba716f61fc4bf405be517cd2 Mon Sep 17 00:00:00 2001 From: antoxa Date: Tue, 21 Apr 2026 09:44:16 +0300 Subject: [PATCH] add plugin zsh --- zsh/.config/zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index a0b0d75..636fe3b 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -8,6 +8,10 @@ source "$ZDOTDIR/functions" zsh_include_file "includes/aliases" zsh_include_file "includes/prompt" +# Add plugins. +# zsh_add_plugin "hlissner/zsh-autopair" +zsh_add_plugin "zsh-users/zsh-syntax-highlighting" + export EDITOR="vim" export TERMINAL="st"