Commit 26d97a93 authored by Robby Russell's avatar Robby Russell
Browse files

Reorganizing plugins so that each plugin has it's own directory now so that...

Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
parent 7a09175b
...@@ -12,7 +12,7 @@ for config_file ($ZSH/custom/*.zsh) source $config_file ...@@ -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" ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment