-
-
Save momadacoding/c4e253e4c5e8cd8e82b6250e14e06d50 to your computer and use it in GitHub Desktop.
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\msys2_shell] | |
@="Open MSYS2 here" | |
"Icon"="\"D:\\msys64\\msys2.ico\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\msys2_shell\command] | |
@="D:\\msys64\\msys2_shell.cmd -mingw -here" | |
[HKEY_CLASSES_ROOT\Folder\shell\msys2_shell] | |
@="Open MSYS2 here" | |
"Icon"="\"D:\\msys64\\msys2.ico\"" | |
[HKEY_CLASSES_ROOT\Folder\shell\msys2_shell\command] | |
@="D:\\msys64\\msys2_shell.cmd -mingw -where \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw64]
@="MinGW &64 Bash Here"
"Icon"=""C:\msys64\msys2.ico""
[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw64\command]
@="C:\msys64\msys2_shell.cmd -mingw64 -where "%V/""
[HKEY_CLASSES_ROOT\Directory\shell\mingw64]
@="MinGW &64 Bash Here"
"Icon"=""C:\msys64\msys2.ico""
[HKEY_CLASSES_ROOT\Directory\shell\mingw64\command]
@="C:\msys64\msys2_shell.cmd -mingw64 -where "%V/""