Skip to content

Commit 2475488

Browse files
author
Ovidiu-Florin BOGDAN
committed
Update Readme
1 parent 756b903 commit 2475488

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ NOTE: You do not need to specify *end* segment - it will be added automatically.
195195
|`BULLETTRAIN_KCTX_PREFIX`|``|[Kubernetes](https://unicode-table.com/de/2388/) prefix of the segment
196196
|`BULLETTRAIN_KCTX_KCONFIG`|`<MUST_BE_SET>`|Location of kube config file (e.g. /Users/Hugo/.kube/config)
197197

198-
`BULLETTRAIN_KCTX_KCONFIG` must be set, e.g. in .zshrc. There can be no default value and `~/` can not be reliably interpreted. The prompt will also do a sanity check whether `kubectl` is installed. If either condition fails, the prompt segment will not be drawn at all.
198+
`BULLETTRAIN_KCTX_KCONFIG` must be set, e.g. in .zshrc. There can be no default value and `~/` can not be reliably interpreted. The prompt will also do a sanity check whether `kubectl` is installed. If either condition fails, the prompt segment will not be drawn at all.
199199

200200
### AWS Profile
201201

@@ -252,6 +252,14 @@ This environment var is used by aws-cli and other tools to use the right access
252252

253253
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.
254254

255+
### Terraform
256+
257+
|Variable|Default|Meaning
258+
|--------|-------|-------|
259+
|`BULLETTRAIN_TERRAFORM_BG`|`magenta`|Background color
260+
|`BULLETTRAIN_TERRAFORM_FG`|`white`|Foreground color
261+
|`BULLETTRAIN_TERRAFORM_PREFIX`|`"♦"`|Prefix
262+
255263
### Screen
256264

257265
|Variable|Default|Meaning

0 commit comments

Comments
 (0)