Merge pull request #199 from ThamosIO/feat/aws-profile-in-prompt

feat(aws-plugin): added aws profile in prompt
This commit is contained in:
Viktor (Icon) VAD
2017-04-26 11:58:03 +01:00
committed by GitHub
2 changed files with 32 additions and 0 deletions

View File

@@ -187,6 +187,17 @@ NOTE: You do not need to specify *end* segment - it will be added automatically.
|`BULLETTRAIN_GO_FG`|`white`|Foreground color
|`BULLETTRAIN_GO_PREFIX`|`go`|Prefix of the segment
### AWS Profile
Displays which AWS (Amazon Web Services) credentials profile is currently set.
This environment var is used by aws-cli and other tools to use the right access keys and other parameters.
|Variable|Default|Meaning
|--------|-------|-------|
|`BULLETTRAIN_AWS_BG`|`yellow`|Background color
|`BULLETTRAIN_AWS_FG`|`black`|Foreground color
|`BULLETTRAIN_AWS_PREFIX`|`☁️`|Prefix of the segment
### Perl
|Variable|Default|Meaning