mirror of
https://github.com/nushell/nushell.git
synced 2025-05-17 00:10:53 +02:00
# Description fixed #8755 Now, command `config {nu,env}` opens default file `.config/nushell/{config,env}.nu`. This behavior is inappropriate when `nu` is launched with option `--config` or `--env-config`. This PR changes the file that the command opens to `$nu.{config,env}-file`. # User-Facing Changes `config {nu,env}` opens `$nu.{config,env}-file`. |
||
---|---|---|
.. | ||
config | ||
export_env.rs | ||
let_env.rs | ||
load_env.rs | ||
mod.rs | ||
source_env.rs | ||
with_env.rs |