From a1c8b11fa5c528d0daf5b86ca9e0da2f90542015 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 5 Jan 2021 08:19:30 -0500 Subject: [PATCH] starship: disable aws module --- starship.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/starship.toml b/starship.toml index b25b14f..eec9b9f 100644 --- a/starship.toml +++ b/starship.toml @@ -10,3 +10,8 @@ style = "bold yellow" [time] disabled = false + +[aws] +# I really only use 1 default region, +# I don't need it showing all the time +disabled = true