From 359f59d8000e1156134ff2a6f89e9e1bc0bc87ea Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 12 Apr 2023 17:57:47 +0200 Subject: [PATCH] feat: fixes --- plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins b/plugins index e3cd588..9175f22 100644 --- a/plugins +++ b/plugins @@ -1 +1 @@ -export ZSH_INIT_PLUGINS=( git zsh-autosuggestions zsh-syntax-highlighting ) \ No newline at end of file +ZSH_INIT_PLUGINS=(git zsh-autosuggestions zsh-syntax-highlighting) \ No newline at end of file