Skip to content

Instantly share code, notes, and snippets.

@Crowles
Created November 10, 2017 10:20
Show Gist options
  • Save Crowles/06882398aa5a93f5e1ec92b7757024d3 to your computer and use it in GitHub Desktop.
Save Crowles/06882398aa5a93f5e1ec92b7757024d3 to your computer and use it in GitHub Desktop.
My VSCode User Settings
{
"terminal.integrated.shell.windows": "C:\\Users\\christopher.rowles\\AppData\\Local\\Programs\\Git\\bin\\bash.exe",
"terminal.integrated.shellArgs.windows": [
"--login",
"--init-file",
"C:\\Users\\christopher.rowles\\AppData\\Local\\Programs\\Git\\etc\\profile"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment