We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645124c commit 2650dc8Copy full SHA for 2650dc8
src/init/starship.ps1
@@ -56,4 +56,4 @@ function global:prompt {
56
$ENV:STARSHIP_SHELL = "powershell"
57
58
# Set up the session key that will be used to store logs
59
-$ENV:STARSHIP_SESSION_KEY = $(::STARSHIP:: session)
+$ENV:STARSHIP_SESSION_KEY = (& ::STARSHIP:: session)
0 commit comments