We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74479f9 commit 915644eCopy full SHA for 915644e
2 files changed
.bashrc
@@ -1157,6 +1157,11 @@ if [ -d "$MINI_CONDA_PATH" ]; then
1157
pathadd "$MINI_CONDA_PATH"
1158
fi
1159
1160
+BAZEL_COMPLETION="${HOME}/usr/local/etc/bash_completion.d/bazel-complete.bash"
1161
+if [ -s "$BAZEL_COMPLETION" ]; then
1162
+ source "${HOME}/usr/local/etc/bash_completion.d/bazel-complete.bash"
1163
+fi
1164
+
1165
pathadd /Users/aray/miniconda3/bin:$PATH
1166
1167
# loads nvm bash_completion
code/settings.json
@@ -4,7 +4,7 @@
4
"eslint.enable": true,
5
"javascript.validate.enable": false,
6
"editor.rulers": [80],
7
- "window.zoomLevel": 0,
+ "window.zoomLevel": 1,
8
"files.exclude": {
9
"**/.DS_Store": true,
10
"**/.git": true,
0 commit comments