diff --git a/dot_zshrc b/dot_zshrc index b5bc294..5d55ee6 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -33,7 +33,7 @@ z4h source -c $OML/clipboard.zsh z4h source -c $OML/grep.zsh # plugins (ohmyzsh) -for i in ('command-not-found' 'extract'); do z4h source -c $OMP/$i/$i.plugin.zsh; done +for plugin in 'command-not-found' 'extract'; do z4h source -c $OMP/$plugin/$plugin.plugin.zsh; done #z4h source -c $OMP/extract/extract.plugin.zsh # plugins (self)