From 0a93335f6d9b3ae0e7d46350a2b18618c5dc96aa Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 30 Nov 2019 08:38:44 +1300 Subject: [PATCH] Remove env var from starship --- src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli.rs b/src/cli.rs index 4554b6bdc..6ed091c80 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -396,6 +396,7 @@ pub async fn cli() -> Result<(), Box> { let colored_prompt = { #[cfg(feature = "starship-prompt")] { + std::env::set_var("STARSHIP_SHELL", ""); starship::print::get_prompt(starship::context::Context::new_with_dir( clap::ArgMatches::default(), cwd,