mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 23:05:47 +02:00
Working?
This commit is contained in:
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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user