Skip to content

Instantly share code, notes, and snippets.

@abalaci
Last active March 27, 2022 18:57
Show Gist options
  • Save abalaci/551091776142c4843bf13656ba435cb1 to your computer and use it in GitHub Desktop.
Save abalaci/551091776142c4843bf13656ba435cb1 to your computer and use it in GitHub Desktop.
A minimalistic Git Bash profile for Windows Terminal.
/* NOTE:
In order for Git Bash to save its command history when used via Windows Terminal,
the following line should be added to the ~/.bash_profile file:
PROMPT_COMMAND='history -a'
*/
{
"guid": "{a775046d-402f-4b65-9a29-abefaafcb815}",
"name": "Git Bash",
"commandline" : "\"%PROGRAMFILES%\\Git\\usr\\bin\\bash.exe\" -i -l",
"icon" : "%PROGRAMFILES%\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"hidden": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment