mirror of
https://github.com/nushell/nushell.git
synced 2025-05-19 09:20:45 +02: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: _,
|
tag: _,
|
||||||
}) = self.environment_vars
|
}) = self.environment_vars
|
||||||
{
|
{
|
||||||
|
|
||||||
envs.entries.remove(key);
|
envs.entries.remove(key);
|
||||||
std::env::remove_var(key);
|
std::env::remove_var(key);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user