Revert "fix: include omz source in check"

This reverts commit bcc29758ea.
This commit is contained in:
Price Hiller 2022-07-31 01:28:47 -05:00
parent bcc29758ea
commit 2b26ca1b84

View File

@ -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