Created
November 10, 2017 10:20
-
-
Save Crowles/06882398aa5a93f5e1ec92b7757024d3 to your computer and use it in GitHub Desktop.
My VSCode User Settings
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
{ | |
"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