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