From 41b64d793ef9a10e6744204def371a8f1497519d Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 6 Mar 2021 10:13:45 +0530 Subject: [PATCH] starship: Disable aws module --- starship/.config/starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 1b51f08..b32bd04 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -13,3 +13,6 @@ discharging_symbol = "💀" [[battery.display]] threshold = 12 style = "bold red" + +[aws] +disabled = true