From e5df68d0dd9f0cb61a6d54ffcd17c101abdf57b4 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Mon, 8 Jan 2024 16:15:01 +0100 Subject: [PATCH] Remove autopair's, they are more annoying that useful. --- .config/zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9b5f8ec..1683693 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -11,7 +11,6 @@ eval "$(zoxide init zsh)" # Plugins plug "kutsan/zsh-system-clipboard" -plug "hlissner/zsh-autopair" plug "zap-zsh/supercharge" plug "zap-zsh/completions" plug "zap-zsh/vim"