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"

最新文章

  1. Flasky学习笔记(一)
  2. iOS,XMPP本地环境搭建和框架使用
  3. Digital Roots 1013
  4. 收集的55个Linux系统管理中常用的一些shell命令
  5. windows环境下svn同步web文件[转]
  6. Redux你的Angular 2应用--ngRx使用体验
  7. Using zend-paginator in your Album Module
  8. 从零开始学习Vue.js,学习笔记
  9. struts2自定义日期类型转换器
  10. Mac安装nginx配置过程
  11. syzkaller 资料集合
  12. eureka 学习
  13. 地址栏的路由输入不匹配时候,设置默认跳转页面(redirect)
  14. java 面试基础总结(二)---多线程
  15. 如何在java项目中使用lucene
  16. 4、一、Introduction(入门):3、System Permissions(系统权限)
  17. mysql常用语句和函数
  18. 关于STRUCT优化的一个点
  19. mybatis实现一对多连接查询
  20. 11月16host文件

热门文章

  1. C/JS_二分法查找
  2. python之数据类型与变量
  3. poj2718 Smallest Difference(dfs+特判,还可以贪心更快)
  4. Socket.IO学习之基础入门
  5. 对类的理解(c++)
  6. php 通过 create user 和grant 命令无法创建数据库用户和授权的解决办法
  7. 用SSH登录远程的机器,在远程机器上执行本地机器上的脚本
  8. 转: 关于CAS cpu锁的技术说明。
  9. Gitlab团队协作流程
  10. 在Ubuntu18.04下配置hadoop集群