fix(pwsh): disable builtin venv prompt (#2090)
This commit is contained in:
parent
55c3cafd94
commit
452694903c
|
@ -63,6 +63,9 @@ function global:prompt {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Disable virtualenv prompt, it breaks starship
|
||||||
|
$ENV:VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
|
|
||||||
$ENV:STARSHIP_SHELL = "powershell"
|
$ENV:STARSHIP_SHELL = "powershell"
|
||||||
|
|
||||||
# Set up the session key that will be used to store logs
|
# Set up the session key that will be used to store logs
|
||||||
|
|
Loading…
Reference in New Issue