···50505151/// Returns the profile name, or "default" if none is set.
5252fn profile_name() -> String {
5353- std::env::var("BROWSERHTML_PROFILE").unwrap_or_else(|_| "default".into())
5353+ std::env::var("BEAVER_PROFILE").unwrap_or_else(|_| "default".into())
5454}
55555656/// Get the configuration directory for beaver.