diff --git a/core/src/shell.rs b/core/src/shell.rs index e570fa4..9ccc19e 100644 --- a/core/src/shell.rs +++ b/core/src/shell.rs @@ -418,6 +418,7 @@ pub fn alias_map(shell: &str) -> Option> { unreachable!("Unsupported shell: {}", shell); } } + std::env::remove_var("_PR_ALIAS"); Some(alias_map) }