当前位置:   article > 正文

git bash here右键菜单

git bash here 设置

Windows Registry Editor Version 5.00
 
; Open files
[HKEY_CLASSES_ROOT\*\shell\gitbash]
@="gitbash"
Icon"="D:\\apps\\cmder\\vendor\\git-for-windows\\git-bash.exe,0"
 
[HKEY_CLASSES_ROOT\*\shell\gitbash\command]
@="\"D:\\apps\\cmder\\vendor\\git-for-windows\\git-bash.exe\" \"%1\""
 
; This will make it appear when you right click ON a folder
; The "Icon" line can be removed if you don't want the icon to appear
 
[HKEY_CLASSES_ROOT\Directory\shell\gitbash]
@="gitbash"
"Icon"="\"D:\\apps\\cmder\\vendor\\git-for-windows\\git-bash.exe\",0"
 
[HKEY_CLASSES_ROOT\Directory\shell\gitbash\command]
@="\"D:\\apps\\cmder\\vendor\\git-for-windows\\git-bash.exe\" \"%1\""
 
 
; This will make it appear when you right click INSIDE a folder
; The "Icon" line can be removed if you don't want the icon to appear
 
[HKEY_CLASSES_ROOT\Directory\Background\shell\gitbash]
@="gitbash"
"Icon"="\"D:\\apps\\cmder\\vendor\\git-for-windows\\git-bash.exe\",0"
 
[HKEY_CLASSES_ROOT\Directory\Background\shell\gitbash\command]
@="\"D:\\apps\\cmder\\vendor\\git-for-windows\\git-bash.exe\" --login -i"

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/煮酒与君饮/article/detail/885758
推荐阅读
  

闽ICP备14008679号