From d946b688d911c80c5bbc664316387e0ae46702bd Mon Sep 17 00:00:00 2001 From: Guido <7917821+guidsdo@users.noreply.github.com> Date: Fri, 14 Jun 2019 01:23:17 +0200 Subject: [PATCH] Add Git-bash setting example to config (#3700) --- app/config/config-default.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/config/config-default.js b/app/config/config-default.js index d44c57cc..b3da8a98 100644 --- a/app/config/config-default.js +++ b/app/config/config-default.js @@ -101,6 +101,9 @@ module.exports = { // Windows Subsystem for Linux (WSL) - previously Bash on Windows // - Example: `C:\\Windows\\System32\\wsl.exe` // + // Git-bash on Windows + // - Example: `C:\\Program Files\\Git\\bin\\bash.exe` + // // PowerShell on Windows // - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe` shell: '',