mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 04:47:58 +00:00
fix(powershell): fix session key syntax error (#1697)
This commit is contained in:
parent
645124cfa5
commit
2650dc8f3f
@ -56,4 +56,4 @@ function global:prompt {
|
||||
$ENV:STARSHIP_SHELL = "powershell"
|
||||
|
||||
# Set up the session key that will be used to store logs
|
||||
$ENV:STARSHIP_SESSION_KEY = $(::STARSHIP:: session)
|
||||
$ENV:STARSHIP_SESSION_KEY = (& ::STARSHIP:: session)
|
||||
|
Loading…
Reference in New Issue
Block a user