Skip to content

Commit 915644e

Browse files
committed
bazel
1 parent 74479f9 commit 915644e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.bashrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,11 @@ if [ -d "$MINI_CONDA_PATH" ]; then
11571157
pathadd "$MINI_CONDA_PATH"
11581158
fi
11591159

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+
11601165
pathadd /Users/aray/miniconda3/bin:$PATH
11611166

11621167
# loads nvm bash_completion

code/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"eslint.enable": true,
55
"javascript.validate.enable": false,
66
"editor.rulers": [80],
7-
"window.zoomLevel": 0,
7+
"window.zoomLevel": 1,
88
"files.exclude": {
99
"**/.DS_Store": true,
1010
"**/.git": true,

0 commit comments

Comments
 (0)