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

This commit is contained in:
AJ ONeal
2023-11-18 19:03:45 -07:00
parent bfb54691e8
commit ddda72daac
+4 -2
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"