diff --git a/app/config/config-default.js b/app/config/config-default.js index b3da8a98..c43af2e8 100644 --- a/app/config/config-default.js +++ b/app/config/config-default.js @@ -106,6 +106,13 @@ module.exports = { // // PowerShell on Windows // - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe` + // + // Cygwin + // - Example: `C:\\cygwin64\\bin\\bash.exe` + // + // Git Bash + // - Example: `C:\\Program Files\\Git\\git-cmd.exe` + // Then Add `--command=usr/bin/bash.exe` to shellArgs shell: '', // for setting shell arguments (i.e. for using interactive shellArgs: `['-i']`)