We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66c0cc commit aff3a2bCopy full SHA for aff3a2b
crates/spfs/src/runtime/storage.rs
@@ -446,8 +446,8 @@ impl Config {
446
csh_startup_file: root.join(Self::CSH_STARTUP_FILE),
447
csh_expect_file: Self::default_csh_expect_file(),
448
ps_startup_file: temp_dir().join(Self::PS_STARTUP_FILE),
449
- nu_env_file: temp_dir().join(Self::NU_ENV_FILE),
450
- nu_config_file: temp_dir().join(Self::NU_CONFIG_FILE),
+ nu_env_file: root.join(Self::NU_ENV_FILE),
+ nu_config_file: root.join(Self::NU_CONFIG_FILE),
451
runtime_dir: Some(root),
452
tmpfs_size,
453
mount_namespace: None,
0 commit comments