Skip to content

Commit

Permalink
Minor reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oknowton committed Apr 12, 2011
1 parent 757ebfc commit 796f516
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions oh-my-zsh.sh
Expand Up @@ -19,10 +19,8 @@ compinit -i
for config_file ($ZSH/custom/*.zsh) source $config_file

# Load all of the plugins that were defined in ~/.zshrc
for plugin ($plugins)
do
if [ -f $ZSH/plugins/$plugin/$plugin.plugin.zsh ]
then
for plugin ($plugins); do
if [ -f $ZSH/plugins/$plugin/$plugin.plugin.zsh ]; then
source $ZSH/plugins/$plugin/$plugin.plugin.zsh
fi
done
Expand Down

0 comments on commit 796f516

Please sign in to comment.