Skip to content

Commit a666f2d

Browse files
committed
fix: separate nu startup from unix shell to be ok with Windows
Signed-off-by: Philippe Llerena <[email protected]>
1 parent 0c36574 commit a666f2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/spfs/src/runtime/storage.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ use tokio::io::AsyncReadExt;
2727
#[cfg(windows)]
2828
use super::startup_ps;
2929
#[cfg(unix)]
30-
use super::{config_nu, env_nu, startup_csh, startup_sh};
30+
use super::{startup_csh, startup_sh};
31+
use super::{config_nu, env_nu};
3132
use crate::encoding::Digest;
3233
use crate::env::SPFS_DIR_PREFIX;
3334
use crate::graph::object::Enum;

0 commit comments

Comments
 (0)