Skip to content

Instantly share code, notes, and snippets.

@hperantunes
Last active March 2, 2017 16:04
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 hperantunes/7950a04424dec81e991eaca74ca36680 to your computer and use it in GitHub Desktop.
Save hperantunes/7950a04424dec81e991eaca74ca36680 to your computer and use it in GitHub Desktop.
{
"editor.tabSize": 2,
"editor.renderWhitespace": "none",
"workbench.iconTheme": "vs-seti",
"editor.minimap.enabled": true,
"terminal.integrated.shell.windows": "c:\\windows\\system32\\cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/k",
"c:\\program files\\git\\bin\\bash.exe"
],
"terminal.integrated.fontSize": 12,
"terminal.integrated.fontFamily": "Consolas"
}
// .bashrc:
// alias ls='ls -F --color --show-control-chars'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment