1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-26 03:32:36 +00:00

fix(pwsh): disable builtin venv prompt (#2090)

This commit is contained in:
David Knaack 2021-01-07 18:16:02 +01:00 committed by GitHub
parent 55c3cafd94
commit 452694903c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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