mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
Remove env var from starship
This commit is contained in:
parent
a1e21828d6
commit
8a0bdde17a
1 changed files with 1 additions and 0 deletions
|
@ -374,6 +374,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
|||
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,
|
||||
|
|
Loading…
Reference in a new issue