Skip to content

Instantly share code, notes, and snippets.

@timonwong
Created October 24, 2012 08:37
Show Gist options
  • Save timonwong/3944850 to your computer and use it in GitHub Desktop.
Save timonwong/3944850 to your computer and use it in GitHub Desktop.
msysgit "Git Bash Here" for directory background of explorer
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell]
@="Git Ba&sh Here"
; Change the directory, if necessary
"Icon"="F:\\Program Files (x86)\\Git\\etc\\git.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell\command]
; Change the directory, if necessary
@="wscript \"F:\\Program Files (x86)\\Git\\Git Bash.vbs\" \"%v\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment