Created
June 25, 2020 13:16
-
-
Save edew/1aa18e35d121cc59571240aa52ac4de7 to your computer and use it in GitHub Desktop.
Windows Terminal Git Bash snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"guid": "{5b8a040f-3688-43b9-90cd-2c956ca56063}", | |
"hidden": false, | |
"name": "Git Bash", | |
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe -i -l", | |
"startingDirectory" : "%USERPROFILE%", | |
"icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment