- Adds a global options
- A JSON file located here: `~/.aws/awsume.json`
- Stores AWSume's configuration options
- Can configure an option with `awsume --config option_name value`
- Can list options and current settings with `awsume --config-help`
- Adds colored output (on by default)
- Can disable with `awsume --config colors false`
- For plugins: modifies the `safe_print` function
- defined: `safe_print(text, end, color, style)`
- you can pass color codes to print in color
- backwards compatible with old definition `safe_print(text, end)`