You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,6 @@ If `BULLETTRAIN_KCTX_KUBECTL=false` or `kubectl` is not installed, `BULLETTRAIN_
202
202
203
203
The usage of `kubectl` allow the prompt to get the default namespace even if you are using multiple kube config files (e.g. KUBECONFIG=~/.kube/config:path-to-config1:path-to-config2)
204
204
205
-
206
205
### AWS Profile
207
206
208
207
Displays which AWS (Amazon Web Services) credentials profile is currently set.
@@ -258,6 +257,14 @@ This environment var is used by aws-cli and other tools to use the right access
258
257
259
258
The git prompt can be disabled for a specific repository by setting a git config flag: `git config oh-my-zsh.hide-status 1`. This is useful to avoid performance issues for particularly huge repositories.
260
259
260
+
### Terraform
261
+
262
+
|Variable|Default|Meaning
263
+
|--------|-------|-------|
264
+
|`BULLETTRAIN_TERRAFORM_BG`|`magenta`|Background color
265
+
|`BULLETTRAIN_TERRAFORM_FG`|`white`|Foreground color
0 commit comments