From ff5e67f8ca56951d5f868a5e02ba01090cf83381 Mon Sep 17 00:00:00 2001 From: eeleater Date: Thu, 2 Dec 2021 08:17:37 +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 d35b481..9301d49 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -31,7 +31,7 @@ z4h source -c $HOME/.config/local/env.zsh for l in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$l.zsh; done # plugins (ohmyzsh) -for p in 'command-not-found' 'extract'; do z4h source -c $OMP/$p/$p.plugin.zsh; done +for p in 'command-not-found' 'extract' 'systemd'; do z4h source -c $OMP/$p/$p.plugin.zsh; done # plugins (self) z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh