From 426668c0ed5be1fd2c37c037d8bfaafca9454c9b Mon Sep 17 00:00:00 2001 From: Shiwei Wang Date: Thu, 18 Jan 2018 00:07:06 +0800 Subject: [PATCH] Create shortcut for git-bash.exe (#1956) * Create shortcut for git-bash.exe * Update git.json --- git.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/git.json b/git.json index 0e562fe65b..fafc6ff03b 100644 --- a/git.json +++ b/git.json @@ -20,6 +20,14 @@ "usr\\bin\\tig.exe", "git-bash.exe" ], + "shortcuts": [ + [ + "git-bash.exe", + "Git Bash", + "--cd-to-home", + "usr\\share\\git\\git-for-windows.ico" + ] + ], "post_install": [ "git config --global credential.helper manager" ],