Skip to content

Instantly share code, notes, and snippets.

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

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