fix: include omz source in check

This commit is contained in:
Price Hiller 2022-07-31 01:28:06 -05:00
parent 4d95061665
commit bcc29758ea

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