Skip to content

Instantly share code, notes, and snippets.

@technoir42
Created March 18, 2016 14:23
Show Gist options
  • Save technoir42/cd3827d1d4507a6c0b7c to your computer and use it in GitHub Desktop.
Save technoir42/cd3827d1d4507a6c0b7c to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\msys2_shell]
@="Open MSYS2 here"
[HKEY_CLASSES_ROOT\Directory\shell\msys2_shell\command]
@="c:\\dev\\tools\\msys2\\usr\\bin\\mintty.exe -i c:\\dev\\tools\\msys2\\msys2.ico /bin/sh -lc 'cd \"$(cygpath \"%V\")\"; exec bash'"
[HKEY_CLASSES_ROOT\Directory\Background\shell\msys2_shell]
@="Open MSYS2 here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\msys2_shell\command]
@="c:\\dev\\tools\\msys2\\usr\\bin\\mintty.exe -i c:\\dev\\tools\\msys2\\msys2.ico /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