added missing semicolon
This commit is contained in:
parent
3120e46e77
commit
7853dc185c
@ -11,7 +11,8 @@ LOAD_ZSH_UTILS() {
|
|||||||
&& [ $SCWRYPTS_ROOT ] \
|
&& [ $SCWRYPTS_ROOT ] \
|
||||||
&& [ -d "$SCWRYPTS_ROOT" ] \
|
&& [ -d "$SCWRYPTS_ROOT" ] \
|
||||||
&& source "$(scwrypts --root)/zsh/lib/utils/utils.module.zsh" \
|
&& 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
|
[ $DOTWRYN_UTILS_LOADED ] || RELOAD_ZSH_UTILS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user