Created
June 24, 2018 15:05
-
-
Save 0xch4z/d34ee49c7f17a2a869ad8f6953f663dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| shell: 'C:\\Program Files\\Git\\git-cmd.exe', | |
| shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'], | |
| env: { | |
| TERM: 'cygwin', | |
| }, | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment