From 23b5c7a16af689ba95564ddbced448132330158c Mon Sep 17 00:00:00 2001 From: eeleater Date: Wed, 17 Nov 2021 15:04:34 +0100 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 59632fc..b1ea50e 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -26,10 +26,10 @@ z4h source -c $HOME/.config/zsh/export.zsh z4h source -c $HOME/.config/local/env.zsh # libraries (ohmyzsh) -for library in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$library.zsh; done +for l in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$l.zsh; done # plugins (ohmyzsh) -for plugin in 'command-not-found' 'extract'; do z4h source -c $OMP/$plugin/$plugin.plugin.zsh; done +for p in 'command-not-found' 'extract'; do z4h source -c $OMP/$p/$p.plugin.zsh; done # plugins (self) z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh