mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 158 forks source link

how do change the open default path to new path? #158

Closed nAnderYang closed 4 years ago

nAnderYang commented 5 years ago

how do change the open default path to new path?

la-chemin commented 4 years ago

create a shortcut, enter open-wsl.exe's path plus param -C where path is attached, in my example: "D:\Program Files\wsl-terminal\open-wsl.exe" -C "/usr/local"

nAnderYang commented 4 years ago

thanks,is work :)