Skip to content

Instantly share code, notes, and snippets.

@aherrman
Created January 29, 2010 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aherrman/289846 to your computer and use it in GitHub Desktop.
Save aherrman/289846 to your computer and use it in GitHub Desktop.
Adds entry to directory right-click menu to open a cygwin terminal (mintty) at that directory
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\cygwinbash]
@="Open Cygwin Zsh Here"
[HKEY_CLASSES_ROOT\Directory\shell\cygwinbash\command]
@="c:\\cygwin\\bin\\bash.exe --login -c \"cd \\\"`cygpath -u '%L'`\\\";mintty&\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment