Created
January 23, 2021 06:39
-
-
Save technoknol/7abce7abd02c9b407407ecefe95a1f20 to your computer and use it in GitHub Desktop.
Cygwin context menu in Windows 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\z_cygwin_bash] | |
@="Cygwin Here" | |
"Icon"="C:\\cygwin64\\Cygwin.ico" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\z_cygwin_bash\command] | |
@="C:\\cygwin64\\bin\\mintty.exe /bin/sh -lc 'cd \"`cygpath \"%V\"`\"; exec bash'" | |
[HKEY_CLASSES_ROOT\Directory\shell\z_cygwin_bash] | |
@="Cygwin Here" | |
"Icon"="C:\\cygwin64\\Cygwin.ico" | |
[HKEY_CLASSES_ROOT\Directory\shell\z_cygwin_bash\command] | |
@="C:\\cygwin64\\bin\\mintty.exe /bin/sh -lc 'cd \"`cygpath \"%V\"`\"; exec bash'" |
Author
technoknol
commented
Jan 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment