feat: fixes

master
TBS093A 2023-04-12 16:37:25 +02:00
parent 332e7a2136
commit dc1b6b28f8
1 changed files with 1 additions and 1 deletions

View File

@ -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