fix(bootstrap): track if welcome message was already shown

This commit is contained in:
AJ ONeal
2023-11-19 00:58:35 +00:00
parent bfb54691e8
commit ddda72daac

View File

@@ -222,8 +222,10 @@ fn_sub_home() { (
); }
main() { (
fn_show_welcome
export WEBI_WELCOME=true
if test -z "${WEBI_WELCOME:-}"; then
fn_show_welcome
fi
export WEBI_WELCOME='shown'
# note: we may support custom locations in the future
export WEBI_HOME="${HOME}/.local"