Skip to content

Commit

Permalink
Reorganizing plugins so that each plugin has it's own directory now s…
Browse files Browse the repository at this point in the history
…o that any plugin-specific functions can be bundled within there.
  • Loading branch information
robbyrussell committed Oct 1, 2010
1 parent 7a09175 commit 26d97a9
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh-my-zsh.sh
Expand Up @@ -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" ]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 26d97a9

Please sign in to comment.