Skip to content

Instantly share code, notes, and snippets.

View tooilxui's full-sized avatar
🐔

Saxon Chuang tooilxui

🐔
  • Taiwan
  • Yuanlin
View GitHub Profile
@fritzmg
fritzmg / git-context-global.reg
Created February 24, 2019 18:12
Windows scoop git global context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open Git Bash]
@="Open Git Bash"
"Icon"="C:\\ProgramData\\scoop\\apps\\git\\current\\git-bash.exe"
[HKEY_CLASSES_ROOT\*\shell\Open Git Bash\command]
@="\"C:\\ProgramData\\scoop\\apps\\git\\current\\git-bash.exe\" \"--cd=%1\""
; This will make it appear when you right click ON a folder