diff --git a/src/init/starship.ps1 b/src/init/starship.ps1 index 74c8f952..f96b67d2 100644 --- a/src/init/starship.ps1 +++ b/src/init/starship.ps1 @@ -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)