mirror of
https://github.com/nushell/nushell
synced 2025-01-24 19:05:22 +00:00
a3ea0c304a
# 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_.rs | ||
config_env.rs | ||
config_nu.rs | ||
config_reset.rs | ||
mod.rs | ||
utils.rs |