summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/state/history/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/history/mod.rs b/src/state/history/mod.rs
index 2e07413..d7da064 100644
--- a/src/state/history/mod.rs
+++ b/src/state/history/mod.rs
@@ -640,7 +640,7 @@ async fn run_exe(
let mut entry = env.entry().await;
entry.vt.process(
format!(
- "\x1b[31mnbsh: failed to run {}: {}",
+ "nbsh: failed to run {}: {}",
exe.exe(),
e.source().unwrap()
)