1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-05 04:47:58 +00:00
starship/src/modules
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
..
utils test(nodejs): Port nodejs module tests from E2E to integraton (#867) 2020-01-26 16:37:18 -06:00
aws.rs feat(aws): Use AWS_VAULT as the profile if set (#984) 2020-04-06 16:59:56 +02:00
battery.rs test(nodejs): Port nodejs module tests from E2E to integraton (#867) 2020-01-26 16:37:18 -06:00
character.rs test(nodejs): Port nodejs module tests from E2E to integraton (#867) 2020-01-26 16:37:18 -06:00
cmd_duration.rs fix: Fix incorrect prefix usage in cmd_duration module (#832) 2020-01-18 01:15:08 -06:00
conda.rs fix: Truncate long paths in conda environment names (#694) 2019-12-09 12:59:02 -05:00
crystal.rs fix: possible fix for Intermittent Test Failures in GH Actions (#987) 2020-03-15 12:12:25 -05:00
directory.rs fix: Truncate long paths in conda environment names (#694) 2019-12-09 12:59:02 -05:00
docker_context.rs feat: add docker context module (#996) 2020-04-05 21:42:55 +02:00
dotnet.rs perf(dotnet): fail faster in the dotnet module (#1034) 2020-04-03 12:34:35 -04:00
elixir.rs fix: possible fix for Intermittent Test Failures in GH Actions (#987) 2020-03-15 12:12:25 -05:00
elm.rs feat: Enable to display language version when .<lang>-version file exists. (#1028) 2020-04-03 21:02:28 +02:00
env_var.rs refactor: Cleanup after module config refactor (#630) 2019-11-07 12:38:30 +09:00
git_branch.rs refactor: Remove to remove unneeded mutability (#577) 2019-10-24 19:31:17 +09:00
git_commit.rs feat(git_commit): Show the hash of commits when detached HEAD (#738) 2020-02-12 14:56:29 -05:00
git_state.rs refactor: Refactor git state module to use module config (#605) 2019-11-06 22:00:31 +09:00
git_status.rs perf: refactor git status to use HashMap for counts (#938) 2020-02-14 20:38:25 -05:00
golang.rs feat: Enable to display language version when .<lang>-version file exists. (#1028) 2020-04-03 21:02:28 +02:00
haskell.rs fix: possible fix for Intermittent Test Failures in GH Actions (#987) 2020-03-15 12:12:25 -05:00
hg_branch.rs perf(hg_branch): Replace direct calls to hg (#803) 2020-01-03 17:51:45 -05:00
hostname.rs refactor: Cleanup after module config refactor (#630) 2019-11-07 12:38:30 +09:00
java.rs feat: Enable to display language version when .<lang>-version file exists. (#1028) 2020-04-03 21:02:28 +02:00
jobs.rs refactor: improve as-a-library usage by removing ArgMatches depe… (#547) 2019-10-20 17:26:27 +09:00
julia.rs feat: Add a julia module (#1030) 2020-04-03 20:16:34 +02:00
kubernetes.rs feat(kubernetes): context aliases (#1015) 2020-04-03 20:18:44 +02:00
line_break.rs refactor: Rewrite hostname, jobs and line_break module to use mo… (#462) 2019-10-10 17:21:52 +09:00
memory_usage.rs test(nodejs): Port nodejs module tests from E2E to integraton (#867) 2020-01-26 16:37:18 -06:00
mod.rs feat: add docker context module (#996) 2020-04-05 21:42:55 +02:00
nix_shell.rs refactor: Refactor nix_shell and java module to use module config (#606) 2019-11-06 21:59:12 +09:00
nodejs.rs feat: Enable to display language version when .<lang>-version file exists. (#1028) 2020-04-03 21:02:28 +02:00
package.rs feat(package): Add project version for julia (#1036) 2020-04-03 20:16:22 +02:00
php.rs feat: Enable to display language version when .<lang>-version file exists. (#1028) 2020-04-03 21:02:28 +02:00
python.rs fix(python): Trim "Anaconda, Inc." from version (#861) 2020-01-21 11:14:40 -05:00
ruby.rs feat: Enable to display language version when .<lang>-version file exists. (#1028) 2020-04-03 21:02:28 +02:00
rust.rs perf: Optimize files, folder and extension lookups in Context (#880) 2020-02-03 16:57:48 -05:00
singularity.rs feat: add singularity module (#932) 2020-02-26 11:18:19 -05:00
terraform.rs feat: Implement terraform module with workspace and version (#644) 2019-12-08 20:42:51 -05:00
time.rs feat: Implement timezone offset config option for the time module (#463) 2019-10-10 13:42:57 +09:00
username.rs refactor: Refactor modules to use the exec_cmd util (#676) 2019-12-02 17:42:55 -05:00