Is there a way to change PowerShell\'s default location?
How do you set PowerShell\'s default working directory?
Make this the first line in your Profile.ps1 and PowerShell Core (pwsh) will open in the directory you are currently working in:
set-location (get-location).path