Rewild Your Web

shell: rename BROWSERHTML_PROFILE to BEAVER_PROFILE

+1 -1
+1 -1
beavershell/src/main.rs
··· 50 50 51 51 /// Returns the profile name, or "default" if none is set. 52 52 fn profile_name() -> String { 53 - std::env::var("BROWSERHTML_PROFILE").unwrap_or_else(|_| "default".into()) 53 + std::env::var("BEAVER_PROFILE").unwrap_or_else(|_| "default".into()) 54 54 } 55 55 56 56 /// Get the configuration directory for beaver.