feat: fixes
parent
332e7a2136
commit
dc1b6b28f8
|
|
@ -1,5 +1,5 @@
|
||||||
source /root/linux.config/plugins
|
source /root/linux.config/plugins
|
||||||
|
|
||||||
for plugin in ${ZSH_INIT_PLUGINS[@]}; do
|
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
|
done
|
||||||
Loading…
Reference in New Issue