Skip to content

Instantly share code, notes, and snippets.

@missedone
Forked from anonymous/cygwin-context-menu.reg
Created January 5, 2013 04:51
Show Gist options
  • Save missedone/4459827 to your computer and use it in GitHub Desktop.
Save missedone/4459827 to your computer and use it in GitHub Desktop.
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