mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 04:47:58 +00:00
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"
|
||||
|
||||
# Set up the session key that will be used to store logs
|
||||
|
Loading…
Reference in New Issue
Block a user