Start new tab with the current directory in windows WSL

Use the following alias:

alias nt='wt.exe -w 0 wsl'

It means starting a new  terminal (tab) in the same window (-w 0) , and run a command wsl with it.

Comments

Popular posts from this blog