|
@@ -12,7 +12,7 @@ for config_file ($ZSH/custom/*.zsh) source $config_file
|
|
|
|
|
|
# Load all of the plugins that were defined in ~/.zshrc
|
|
# Load all of the plugins that were defined in ~/.zshrc
|
|
plugin=${plugin:=()}
|
|
plugin=${plugin:=()}
|
|
-for plugin ($plugins) source $ZSH/plugins/$plugin.plugin.zsh
|
|
|
|
|
|
+for plugin ($plugins) source $ZSH/plugins/$plugin/$plugin.plugin.zsh
|
|
|
|
|
|
# Check for updates on initial load...
|
|
# Check for updates on initial load...
|
|
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|
|
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|