From c31e84606b85159f3a404d300dd6c724f10c8f6e Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 01:28:51 -0500 Subject: [PATCH] Revert "Revert "fix: include omz source in check"" This reverts commit 2b26ca1b84efdf557d1a7cc80c52b42dc3097c18. --- .config/zsh/config/omz/init.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/config/omz/init.zsh b/.config/zsh/config/omz/init.zsh index 3337fc6..856c6e7 100644 --- a/.config/zsh/config/omz/init.zsh +++ b/.config/zsh/config/omz/init.zsh @@ -39,11 +39,11 @@ init() { local wkdir="${BASE_ZSH_CONFIG_DIR}/config/omz" export ZSH="${HOME}/.local/share/omz" export ZSH_CUSTOM="${wkdir}/" + export OMZ_INIT_RAN=true + source "${ZSH}/oh-my-zsh.sh" fi - export OMZ_INIT_RAN=true configure - source "${ZSH}/oh-my-zsh.sh" } init