Testing Update
This commit is contained in:
parent
3ddf1405d8
commit
b1ef8554b9
|
|
@ -115,6 +115,7 @@ ZSH_PLUG_pluginUpdate() {
|
||||||
}
|
}
|
||||||
|
|
||||||
Plug() {
|
Plug() {
|
||||||
|
echo "Running ZshPlug"
|
||||||
#Test for plugin directory and make if needed
|
#Test for plugin directory and make if needed
|
||||||
[ ! -d "$pluginDir" ] && { echo "Plugin directory doesn't exist making it now"; mkdir -p "$pluginDir"; }
|
[ ! -d "$pluginDir" ] && { echo "Plugin directory doesn't exist making it now"; mkdir -p "$pluginDir"; }
|
||||||
# test for git as needed to get plugins
|
# test for git as needed to get plugins
|
||||||
|
|
@ -123,6 +124,7 @@ Plug() {
|
||||||
## 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 anythinh
|
||||||
|
|
||||||
for Plugin in $Plugins; do
|
for Plugin in $Plugins; do
|
||||||
|
echo "$Plugin"
|
||||||
pluginTest "$Plugin"
|
pluginTest "$Plugin"
|
||||||
local exitcode="$?"
|
local exitcode="$?"
|
||||||
case $exitcode in
|
case $exitcode in
|
||||||
|
|
@ -160,7 +162,6 @@ Plug() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Running ZshPlug"
|
|
||||||
Plug
|
Plug
|
||||||
|
|
||||||
## Clean up non-required variables and functions
|
## Clean up non-required variables and functions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user