Sfoglia il codice sorgente

Change memory usage threshold to 90%

master
Jérôme Deuchnord 4 anni fa
parent
commit
c001db8b03
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 6D1B91F131F89577
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      starship.toml

+ 1
- 1
starship.toml Vedi File

@@ -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


Caricamento…
Annulla
Salva