Search This Blog

Configure Git-Bash for Windows Terminal

  • Open Settings tab with Ctrl+,, the click Gear icon to Open settings.json file
  • Add/Edit Git Bash profile:
    {
        "guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
        "hidden": false,
        "name": "Git Bash",
        "source": "Git",
        "fontFace" : "Consolas",
        "fontSize" : 11,
        "startingDirectory" : "%USERPROFILE%",
        "acrylicOpacity" : 0.75,
        "closeOnExit" : true,
        "colorScheme" : "Campbell",
        "cursorColor" : "#FFFFFF",
        "cursorShape" : "bar",
        "historySize" : 9001,
        "padding" : "0, 0, 0, 0",
        "snapOnInput" : true,
        "useAcrylic" : true
    }



see also

No comments:

Post a Comment