set tab title to workspace in Use-Workspace
This commit is contained in:
parent
9f08b09c21
commit
3fdb1039c7
|
@ -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 ###
|
||||
|
|
Loading…
Reference in New Issue
Block a user