Specify both "--config" and "--env-config"
This commit is contained in:
parent
4bb195e36f
commit
3b59407cfb
|
@ -52,7 +52,12 @@ fn command_hints_are_pwd_aware() {
|
|||
|
||||
// Create the PTY and the terminal.
|
||||
let mut pty = pty_with_nushell(
|
||||
vec!["--no-config-file", "--config", &nu_config_string],
|
||||
vec![
|
||||
"--config",
|
||||
&nu_config_string,
|
||||
"--env-config",
|
||||
&nu_config_string,
|
||||
],
|
||||
Some(cwd.path().to_path_buf()),
|
||||
);
|
||||
let (mut term, mut events) = default_terminal();
|
||||
|
|
Loading…
Reference in New Issue
Block a user