From dc1b6b28f81049622e6109fc44338d44ae56500a Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 12 Apr 2023 16:37:25 +0200 Subject: [PATCH] feat: fixes --- install.zsh.plugins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh.plugins.sh b/install.zsh.plugins.sh index e533e4e..ac7bd06 100755 --- a/install.zsh.plugins.sh +++ b/install.zsh.plugins.sh @@ -1,5 +1,5 @@ source /root/linux.config/plugins for plugin in ${ZSH_INIT_PLUGINS[@]}; do - git clone https://github.com/zsh-users/${ plugin }.git + git clone https://github.com/zsh-users/$plugin.git done \ No newline at end of file