| ... | ... |
@@ -19,10 +19,8 @@ compinit -i |
| 19 | 19 |
for config_file ($ZSH/custom/*.zsh) source $config_file |
| 20 | 20 |
|
| 21 | 21 |
# Load all of the plugins that were defined in ~/.zshrc |
| 22 |
-for plugin ($plugins) |
|
| 23 |
-do |
|
| 24 |
- if [ -f $ZSH/plugins/$plugin/$plugin.plugin.zsh ] |
|
| 25 |
- then |
|
| 22 |
+for plugin ($plugins); do |
|
| 23 |
+ if [ -f $ZSH/plugins/$plugin/$plugin.plugin.zsh ]; then |
|
| 26 | 24 |
source $ZSH/plugins/$plugin/$plugin.plugin.zsh |
| 27 | 25 |
fi |
| 28 | 26 |
done |