Skip to content

Commit bae146f

Browse files
committed
moo
1 parent 216788d commit bae146f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@ if [ -d "$GR_HOME" ]; then
965965
pathadd "${GR_HOME}/engineering/bin"
966966

967967
# default to aws env
968+
export AWS_DEFAULT_ROLE=developer
968969
aws-environment > /dev/null || aws-environment development -l
969970

970971
# allow for pivotal prme command

code/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Place your settings in this file to overwrite the default settings
22
{
3-
"workbench.colorTheme": "Abyss",
3+
"workbench.colorTheme": "Vibrant_Ink",
44
"eslint.enable": true,
55
"javascript.validate.enable": false,
66
"editor.rulers": [80],
@@ -46,6 +46,6 @@
4646
}
4747
},
4848
"workbench.sideBar.location": "left",
49-
"workbench.settings.editor": "json",
49+
// "workbench.settings.editor": "json",
5050
"files.autoSave": "onFocusChange"
5151
}

0 commit comments

Comments
 (0)