Last active
March 2, 2017 16:04
-
-
Save hperantunes/7950a04424dec81e991eaca74ca36680 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
{ | |
"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