set tab title to workspace in Use-Workspace

This commit is contained in:
Matt Brown 2025-08-23 00:03:40 -05:00
parent 9f08b09c21
commit 3fdb1039c7

View File

@ -192,6 +192,8 @@ function Use-Workspace {
if(Set-Workspace -Name $Name) {
Write-Host "Changing to workspace: $global:activeWorkspace"
Set-Location $global:activeWorkspace
$Host.UI.RawUI.WindowTitle = $Name
}
}
### end workspace ###