From fcd9e9dfddc5fa4b827262aaad8b13afdecd50a7 Mon Sep 17 00:00:00 2001 From: eeleater Date: Wed, 17 Nov 2021 14:20:27 +0100 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)