Skip to content

Instantly share code, notes, and snippets.

@kfxhjz
Created June 11, 2017 16:48
Show Gist options
  • Save kfxhjz/921a4f294e78e0a7de4b18e0361510d1 to your computer and use it in GitHub Desktop.
Save kfxhjz/921a4f294e78e0a7de4b18e0361510d1 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\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment