Last active
January 29, 2019 11:48
-
-
Save LordMike/5d7036bae1d8f76252985873a6601206 to your computer and use it in GitHub Desktop.
Adds "Open Bash Here" to right-click context menu in Explorer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash] | |
"Extended"="" | |
@="Open Bash here" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash\command] | |
@="ubuntu run /bin/bash" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment