I wanted a way to fork the current tab in Windows Terminal and so I've come up with this PowerShell function:
function fork { wt -w 0 -d "$(Get-Location)" }
I wanted a way to fork the current tab in Windows Terminal and so I've come up with this PowerShell function:
function fork { wt -w 0 -d "$(Get-Location)" }