Windows Terminal fork command

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)" }