We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a369383 commit d1dbaf0Copy full SHA for d1dbaf0
2 files changed
.bash_profile
@@ -25,3 +25,5 @@ export KEY_SUFFIX=grandrounds.com
25
#source /usr/local/share/chruby/auto.sh
26
27
#test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
28
+
29
+[[ -s "/Users/andrewray/.gvm/scripts/gvm" ]] && source "/Users/andrewray/.gvm/scripts/gvm"
code/settings.json
@@ -1,6 +1,6 @@
1
// Place your settings in this file to overwrite the default settings
2
{
3
- "workbench.colorTheme": "Default Light+",
+ "workbench.colorTheme": "Visual Studio Light",
4
"eslint.enable": true,
5
"javascript.validate.enable": false,
6
"editor.rulers": [80],
0 commit comments