Skip to content

Commit 2650dc8

Browse files
author
Tilmann Meyer
authored
fix(powershell): fix session key syntax error (starship#1697)
1 parent 645124c commit 2650dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init/starship.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ function global:prompt {
5656
$ENV:STARSHIP_SHELL = "powershell"
5757

5858
# Set up the session key that will be used to store logs
59-
$ENV:STARSHIP_SESSION_KEY = $(::STARSHIP:: session)
59+
$ENV:STARSHIP_SESSION_KEY = (& ::STARSHIP:: session)

0 commit comments

Comments
 (0)