1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-11-30 04:34:09 +00:00

[aws] Add support for showing AWS region in prompt

This commit is contained in:
2020-02-20 18:43:05 +01:00
parent 47b37b22ea
commit 3d827cdb88
2 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
# Get the output parameter
zstyle -s ':prezto:module:aws' output '_aws_output' || _aws_output='table'
zstyle -s ':prezto:module:aws' show_region '_aws_region' || _aws_region='false'
zstyle -s ':prezto:module:aws' profile '_aws_profile' || _aws_profile='default'
# Return if requirements are not found.