diff options
author | Roeniss Moon <roeniss2@gmail.com> | 2023-04-19 22:46:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 15:46:10 +0200 |
commit | 9139d30ca30f8f687cc21121ed9b4f5238bc5260 (patch) | |
tree | 61f6114d639a97d884ba7ebf79b2e13951a17a5f /plugins/aws/README.md | |
parent | 673b9fc3317d48a169fe612575186b3eb1a42a13 (diff) | |
download | zsh-9139d30ca30f8f687cc21121ed9b4f5238bc5260.tar.gz zsh-9139d30ca30f8f687cc21121ed9b4f5238bc5260.tar.bz2 zsh-9139d30ca30f8f687cc21121ed9b4f5238bc5260.zip |
feat(aws): allow more customisation in prompt function (#11619)
Diffstat (limited to 'plugins/aws/README.md')
-rw-r--r-- | plugins/aws/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/aws/README.md b/plugins/aws/README.md index 54bc7a44d..9e1e055b8 100644 --- a/plugins/aws/README.md +++ b/plugins/aws/README.md @@ -58,6 +58,8 @@ the current `$AWS_PROFILE` and `$AWS_REGION`. It uses four variables to control * ZSH_THEME_AWS_REGION_SUFFIX: sets the suffix of the AWS_REGION. Defaults to `>`. +* ZSH_THEME_AWS_DIVIDER: sets the divider between ZSH_THEME_AWS_PROFILE_SUFFIX and ZSH_THEME_AWS_REGION_PREFIX. Defaults to ` ` (single space). + ## Configuration [Configuration and credential file settings](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) by AWS |