From 4c88a6f9d0d36967eef7f557897662bcdd5fb7be Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 20 May 2021 15:34:23 -0300 Subject: [PATCH] I don't need to know AWS is set up --- starship/starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/starship/starship.toml b/starship/starship.toml index 1b02048..5116cf8 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -19,6 +19,9 @@ style = "red" [line_break] disabled = true +[aws] +disabled = true + [username] show_always = true disabled = false