File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 39
39
"workbench.colorTheme" : " Monokai Dimmed" ,
40
40
"workbench.editor.enablePreview" : false ,
41
41
"workbench.editor.enablePreviewFromQuickOpen" : false ,
42
- "workbench.iconTheme" : " vscode-icons"
42
+ "workbench.iconTheme" : " vscode-icons" ,
43
+ "[typescript]" : {
44
+ "editor.defaultFormatter" : " esbenp.prettier-vscode"
45
+ },
46
+ "[typescriptreact]" : {
47
+ "editor.defaultFormatter" : " esbenp.prettier-vscode"
48
+ }
43
49
}
Original file line number Diff line number Diff line change @@ -27,5 +27,9 @@ if [ -f "$HOME/.gvm/scripts/gvm" ]; then
27
27
. "$HOME/.gvm/scripts/gvm"
28
28
fi
29
29
30
+ if [ -d "$HOME/.yarn/bin" ]; then
31
+ PATH="$HOME/.yarn/bin:$PATH"
32
+ fi
33
+
30
34
# kubectl autocompletion
31
35
source <(kubectl completion bash)
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export PS1="\u \[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\] $ "
120
120
121
121
# Coder Environment Variables
122
122
export GOOGLE_PROJECT_ID=" coder-dev-1"
123
- export NAMESPACE=" coder-greyb -namespace"
123
+ export NAMESPACE=" coder-bryan -namespace"
124
124
125
125
126
126
if [ -f " $HOME /.bash_path" ]; then
You can’t perform that action at this time.
0 commit comments