nushell/crates/nu-command
goldfish a3ea0c304a
Fix config {nu,env} to open $nu.{config,env}-file (#8792)
# 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`.
2023-04-07 18:37:54 +02:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
src Fix config {nu,env} to open $nu.{config,env}-file (#8792) 2023-04-07 18:37:54 +02:00
tests Add regex separators for split row/list/column (#8707) 2023-04-07 06:46:11 -05:00
Cargo.toml Bump miette from 5.6.0 to 5.7.0 (#8720) 2023-04-06 20:39:54 +00:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00