Skip to content

Instantly share code, notes, and snippets.

@haolly
Forked from kfxhjz/msys.reg
Created September 20, 2019 13:34
Show Gist options
  • Save haolly/c4e253e4c5e8cd8e82b6250e14e06d50 to your computer and use it in GitHub Desktop.
Save haolly/c4e253e4c5e8cd8e82b6250e14e06d50 to your computer and use it in GitHub Desktop.
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\""
@haolly
Copy link
Author

haolly commented Sep 21, 2019

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/""

@haolly
Copy link
Author

haolly commented Sep 21, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment