We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebb90a9 + 0281bed commit 893b1a5Copy full SHA for 893b1a5
1 file changed
src/session.rs
@@ -397,6 +397,7 @@ pub fn spawn_bash(timeout: Option<u64>) -> Result<PtyReplSession, Error> {
397
unset PROMPT_COMMAND\n",
398
)?;
399
let mut c = Command::new("bash");
400
+ c.env("TERM", "");
401
c.args([
402
"--rcfile",
403
rcfile.path().to_str().unwrap_or("temp file does not exist"),
0 commit comments