Last active
September 3, 2015 19:37
-
-
Save manolenso/a276c10e5e914584a2cf to your computer and use it in GitHub Desktop.
for git since 2.5 version icon on contextuel menu
This file contains 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\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