Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.

main
Robby Russell 14 years ago
parent 7e66da3534
commit be63480e22

@ -12,7 +12,7 @@ for config_file ($ZSH/custom/*.zsh) source $config_file
# Load all of the plugins that were defined in ~/.zshrc
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...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]

Loading…
Cancel
Save