-
-
Save suitougreentea/88641619e972e96d39d3b1ea6b967d4b to your computer and use it in GitHub Desktop.
MSYS2 here context menu items
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_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS here] | |
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW64 here] | |
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW32 here] |
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_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS here\command] | |
@="C:\\msys64\\msys2_shell.cmd -msys -where %W" | |
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW64 here\command] | |
@="CC:\\msys64\\msys2_shell.cmd -mingw64 -where %W" | |
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MINGW32 here\command] | |
@="C:\\msys64\\msys2_shell.cmd -mingw32 -where %W" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment