project: Setup python venv via activate script irrespective of TerminalKind
This commit is contained in:
parent
3758e8d663
commit
b756853407
5 changed files with 22 additions and 119 deletions
|
@ -432,9 +432,6 @@ impl TerminalBuilder {
|
|||
}
|
||||
};
|
||||
|
||||
// Setup Alacritty's env, which modifies the current process's environment
|
||||
alacritty_terminal::tty::setup_env();
|
||||
|
||||
let default_cursor_style = AlacCursorStyle::from(cursor_shape);
|
||||
let scrolling_history = if task.is_some() {
|
||||
// Tasks like `cargo build --all` may produce a lot of output, ergo allow maximum scrolling.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue