Open folder using windows explorer in WSL2
- To open the current folder in Windows Explorer, add the following command to
.bashrc
file:
1
alias open="/mnt/c/Windows/explorer.exe"
This post is licensed under CC BY 4.0 by the author.
.bashrc
file:1
alias open="/mnt/c/Windows/explorer.exe"