From c001db8b030ad20edc67dcdd541c0a9f2b21eeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Tue, 8 Oct 2019 11:46:38 +0200 Subject: [PATCH] Change memory usage threshold to 90% --- starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship.toml b/starship.toml index 49cc344..bbab43f 100644 --- a/starship.toml +++ b/starship.toml @@ -7,7 +7,7 @@ symbol = "🚀" # The "symbol" segment is being set to "➜" [memory_usage] disabled = false -threshold = 10 +threshold = 90 [cmd_duration] min_time = 1