Paco

Personal Content Organiser

Home / Windows

Navigation

Menu

Search

Add Git Bash to Windows Terminal

, { "commandline": "%USERPROFILE%/scoop/apps/git/current/usr/bin/bash.exe -l -i", "guid": "{b98dbcbd-0bd6-48c0-b42e-6625acaeab6a}", "historySize": 50000, "icon": "%USERPROFILE%/scoop/apps/git/current/usr/share/git/git-for-windows.ico", "name": "Git Bash", "startingDirectory": "%USERPROFILE%" }

Warning

The path is of the Git installed via scoop

Note

-i If the -i option is present, the shell is interactive.
-l Make bash act as if it had been invoked as a login shell (see INVOCATION in bash manual).