Commit 796f5164 authored by Pat Regan's avatar Pat Regan
Browse files

Minor reformatting

parent 757ebfcb
......@@ -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
......
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