1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-09 14:51:04 +00:00
starship/src
Kevin Pullin 9924af55db
feat(aws): Use AWS_VAULT as the profile if set (#984)
* Use AWS_VAULT as the profile if set

[aws-vault](https://github.com/99designs/aws-vault) sets
the `AWS_VAULT` env var instead of `AWS_PROFILE` when an
aws-vault session is active.

This PR adds support for reading the AWS profile value from
the `AWS_VAULT` env var, giving priority to `AWS_VAULT` if both
it and `AWS_PROFILE` are set.

* Update docs for AWS_VAULT
2020-04-06 16:59:56 +02:00
..
configs feat: add docker context module (#996) 2020-04-05 21:42:55 +02:00
init fix: Change command duration variable for Ion shell to CMD_DURATION (#911) 2020-02-06 14:41:55 -05:00
modules feat(aws): Use AWS_VAULT as the profile if set (#984) 2020-04-06 16:59:56 +02:00
bug_report.rs improvement: replace reqwest with attohttpc (#999) 2020-03-14 21:07:34 -04:00
config.rs feat: Implement AWS region aliases (#646) 2019-12-20 12:30:47 -05:00
configure.rs fix: check if editor is not found for configure (#961) 2020-03-05 09:50:34 -06:00
context.rs fix: possible fix for Intermittent Test Failures in GH Actions (#987) 2020-03-15 12:12:25 -05:00
lib.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
main.rs feat: Add the starship explain command (#699) 2020-01-01 23:19:08 -05:00
module.rs feat: add docker context module (#996) 2020-04-05 21:42:55 +02:00
print.rs fix: Restrict clear screen control code printing to fish (#865) 2020-01-27 17:23:08 -06:00
segment.rs feat: Add the starship explain command (#699) 2020-01-01 23:19:08 -05:00
utils.rs feat: Add a julia module (#1030) 2020-04-03 20:16:34 +02:00