Created
January 29, 2010 16:11
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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