mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Rename aws-cost to aws_cost to match existing naming convention
- Change function name from aws-cost to aws_cost - Update README documentation to reflect correct function name - Maintains consistency with other AWS plugin functions that use underscores
This commit is contained in:
parent
913414b3fd
commit
3069f2327e
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ plugins=(... aws)
|
|||
|
||||
* `aws_change_access_key`: changes the AWS access key of a profile.
|
||||
|
||||
* `aws-cost`: displays a quick overview of AWS costs including current month spending,
|
||||
* `aws_cost`: displays a quick overview of AWS costs including current month spending,
|
||||
cost breakdown by service, and comparison with previous periods.
|
||||
|
||||
* `aws_profiles`: lists the available profiles in the `$AWS_CONFIG_FILE` (default: `~/.aws/config`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue