mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-31 21:46:47 +00:00
Minor reformatting
This commit is contained in:
parent
87030f4d83
commit
42b7e5d0be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user