win终端添加gitBash

2021-05-02 Other 小于 1 分钟

  1. 打开windows terminal;

  2. 点击设置;

  3. 打开JSON文件,修改配置;

    • 找到 profiles–>list
    {
    	"commandline" : "C:\\Program Files\\Git\\bin\\bash.exe"                ,
    	"guid" : "{f263b0f3-4e4d-d630-298c-605384d8fa48}",
    	"icon" : "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
    	"name" : "Git Bash"
    }
    
    1
    2
    3
    4
    5
    6

原文链接 (opens new window)

上次编辑于: 2023年7月4日 09:36