diff --git a/Cargo.lock b/Cargo.lock index d1f35a730e..61bf9cfd21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2845,7 +2845,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.2.0" -source = "git+https://github.com/nushell/reedline?branch=main#4c3c23c9594ab2d58015fc75beb9fd884b763614" +source = "git+https://github.com/nushell/reedline?branch=main#c0fbcf0ed15a02861e20001c8a38023be4b2c1e6" dependencies = [ "chrono", "crossterm", diff --git a/crates/nu-command/src/system/ps.rs b/crates/nu-command/src/system/ps.rs index ef49489e60..301e635724 100644 --- a/crates/nu-command/src/system/ps.rs +++ b/crates/nu-command/src/system/ps.rs @@ -70,11 +70,15 @@ fn run_ps(engine_state: &EngineState, call: &Call) -> Result