diff --git a/global.funcs.zsh b/global.funcs.zsh index e989bcf..5c387a5 100644 --- a/global.funcs.zsh +++ b/global.funcs.zsh @@ -100,7 +100,7 @@ function zconfig_checkload() if [[ ! ${zconfig_loaded[(r)${1}]} ]] then zbootstrap_message zbootstrap "sourcing config '$1'" - source -- $1 2>&1 | zbootstrap_message zbootstrap # >> "${HOME}/.log/z_zbootstrap.log" + . -- $1 2>&1 >(zbootstrap_message zbootstrap) # >> "${HOME}/.log/z_zbootstrap.log" zconfig_loaded+=("$1") zbootstrap_message zbootstrap "end sourcing config '$1'" else