diff --git a/crates/util/src/shell_env.rs b/crates/util/src/shell_env.rs index 44f6a836a91b13f6b1a742832b31642f0543b995..7b51098859d6eccac637f4196d24b4433c0a9467 100644 --- a/crates/util/src/shell_env.rs +++ b/crates/util/src/shell_env.rs @@ -202,7 +202,7 @@ async fn capture_windows( .args([ "-c", &format!( - "cd '{}'; {}{} --printenv", + "cd '{}'; {}'{}' --printenv", directory.display(), shell_kind .command_prefix() @@ -231,7 +231,7 @@ async fn capture_windows( .args([ "/c", &format!( - "cd '{}'; {} --printenv", + "cd '{}'; '{}' --printenv", directory.display(), zed_path.display() ),