Skip to content

Instantly share code, notes, and snippets.

@filljoyner
Created November 17, 2017 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filljoyner/b8e77668de5b7ca95a19aafd9171e129 to your computer and use it in GitHub Desktop.
Save filljoyner/b8e77668de5b7ca95a19aafd9171e129 to your computer and use it in GitHub Desktop.
Visual Studio Code - User Settings for Git Bash on Windows 10
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.shellArgs.windows": [
"-l",
"-i"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment