added missing semicolon

This commit is contained in:
Wryn (yage) Wagner 2024-04-16 09:49:58 -06:00
parent 3120e46e77
commit 7853dc185c

View File

@ -11,7 +11,8 @@ LOAD_ZSH_UTILS() {
&& [ $SCWRYPTS_ROOT ] \
&& [ -d "$SCWRYPTS_ROOT" ] \
&& source "$(scwrypts --root)/zsh/lib/utils/utils.module.zsh" \
&& export DOTWRYN_UTILS_LOADED=1
&& export DOTWRYN_UTILS_LOADED=1 \
;
}
[ $DOTWRYN_UTILS_LOADED ] || RELOAD_ZSH_UTILS