mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-02-03 20:48:30 +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"
|
$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…
x
Reference in New Issue
Block a user