Skip to content

Instantly share code, notes, and snippets.

Created January 5, 2013 04:50
Show Gist options
  • Save anonymous/4459826 to your computer and use it in GitHub Desktop.
Save anonymous/4459826 to your computer and use it in GitHub Desktop.
a .reg file to prompt cygwin terminal from windows context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\cygwin-mintty]
@="Cygwin Mintty Here"
[HKEY_CLASSES_ROOT\Folder\shell\cygwin-mintty\command]
@="D:\\opt\\cygwin\\bin\\mintty.exe -e /usr/bin/bash --login -c \"cd \\\"`cygpath -u '%1'`\\\"; exec bash\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment