Fix
Rename things to fit better
This commit is contained in:
parent
b1ef8554b9
commit
e00c59e066
|
|
@ -121,9 +121,8 @@ Plug() {
|
||||||
# test for git as needed to get plugins
|
# test for git as needed to get plugins
|
||||||
command -v git > /dev/null || { echo "Git is not installed" >&2 ; return 1; }
|
command -v git > /dev/null || { echo "Git is not installed" >&2 ; return 1; }
|
||||||
|
|
||||||
## No need to check if plugins has content since if there are no plugins this does not run anythinh
|
## No need to check if plugins has content since if there are no plugins this does not run anything
|
||||||
|
for Plugin in $ZSH_PLUG_Plugins; do
|
||||||
for Plugin in $Plugins; do
|
|
||||||
echo "$Plugin"
|
echo "$Plugin"
|
||||||
pluginTest "$Plugin"
|
pluginTest "$Plugin"
|
||||||
local exitcode="$?"
|
local exitcode="$?"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user