mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 16:58:41 +01:00
Working?
This commit is contained in:
parent
28f01e92b7
commit
06b1122564
1
crates/nu-cli/src/env/environment.rs
vendored
1
crates/nu-cli/src/env/environment.rs
vendored
@ -84,7 +84,6 @@ impl Environment {
|
||||
tag: _,
|
||||
}) = self.environment_vars
|
||||
{
|
||||
|
||||
envs.entries.remove(key);
|
||||
std::env::remove_var(key);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user