Skip to content

Instantly share code, notes, and snippets.

@manolenso
Last active September 3, 2015 19:37
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 manolenso/a276c10e5e914584a2cf to your computer and use it in GitHub Desktop.
Save manolenso/a276c10e5e914584a2cf to your computer and use it in GitHub Desktop.
for git since 2.5 version icon on contextuel menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="%SystemDrive%\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico"
[HKEY_CLASSES_ROOT\Directory\shell\git_shell]
@="Git Ba&sh Here"
"Icon"="%SystemDrive%\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment