Manouchehri / bash-WSL-context-menu

Adds a "Bash" context menu option in Windows Explorer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run bash in Powershell

Lillecarl opened this issue · comments

powershell.exe -noexit -command Set-Location -literalPath '%V';"C:\Windows\System32\bash.exe"

This is a version which runs bash in a powershell window, allows for powershell keybindings to be used (copypaste etc..)

@Lillecarl Thanks for the tip!

I no longer use this repository (switched to ConEmu), but I've added you as a project member so you can make changes.