Skip to content

Instantly share code, notes, and snippets.

@tekk
Forked from magthe/msys2.reg
Created February 7, 2019 12:05
Show Gist options
  • Save tekk/658ce8650bfe1a195047b83cb7dd46f4 to your computer and use it in GitHub Desktop.
Save tekk/658ce8650bfe1a195047b83cb7dd46f4 to your computer and use it in GitHub Desktop.
MSYS2 "Open Here" registry settings
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\open_msys2]
@="Open MSYS2 here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\open_msys2\command]
@="c:\\msys64\\usr\\bin\\mintty.exe /bin/sh -lc 'cd \"$(cygpath \"%V\")\"; exec bash'"
[HKEY_CLASSES_ROOT\Folder\shell\open_msys2]
@="Open MSYS2 here"
[HKEY_CLASSES_ROOT\Folder\shell\open_msys2\command]
@="c:\\msys64\\usr\\bin\\mintty.exe /bin/sh -lc 'cd \"$(cygpath \"%V\")\"; exec bash'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment