summaryrefslogtreecommitdiffstats
path: root/src/configs/aws.rs
AgeCommit message (Collapse)Author
2019-12-20feat: Implement AWS region aliases (#646)Mike Sampson
2019-11-02feat: Add configuration to set how much AWS profile info is shown (#556)Cédric Da Fonseca
2019-10-15feat: Show AWS region in `aws` module (#482)Thomas Lee
2019-10-14fix: Fix the spacing around the AWS default symbol (#529)Thomas O'Donnell
This updates the default AWS default symbol to include a space after the symbol to make it a little bit more readable. Have also updated the README to include the AWS module.
2019-10-05refactor: Implement Default for SegmentConfig (#495)Nikodem Rabuliński
Implements the Default trait for SegmentConfig to clean up construction of empty segments. Also adds a segment::new() function to ease construction of simple segments.
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner