Skip to content

Commit

Permalink
fix: separate nu startup from unix shell to be ok with Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Llerena <philippe.llerena@gmail.com>
  • Loading branch information
doubleailes committed Aug 19, 2024
1 parent 0da3e7a commit a85ccfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/spfs/src/runtime/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ use tokio::io::AsyncReadExt;
#[cfg(windows)]
use super::startup_ps;
#[cfg(unix)]
use super::{config_nu, env_nu, startup_csh, startup_sh};
use super::{startup_csh, startup_sh};
use super::{config_nu, env_nu};
use crate::encoding::Digest;
use crate::env::SPFS_DIR_PREFIX;
use crate::graph::object::Enum;
Expand Down

0 comments on commit a85ccfb

Please sign in to comment.