From 232869d49f41287fc782e08ca9131258ec3a5fad Mon Sep 17 00:00:00 2001 From: eeleater Date: Tue, 4 Jan 2022 13:07:20 +0100 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index 8e812b6..9729f3f 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -13,6 +13,8 @@ zstyle ':z4h:ssh:*' enable 'no' zstyle ':z4h:direnv' enable 'yes' zstyle ':z4h:direnv:success' notify 'no' +z4h source -c $HOME/.config/local/rc.zsh + # install plugins z4h install ohmyzsh/ohmyzsh || return z4h install urbainvaes/fzf-marks || return