1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 05:09:01 +00:00

docs(memory): Remove removed options from Memory example (#1800)

Remove the following options (unsupported since ec76faf & v0.45.0):
[memory_usage]
show_percentage = true
show_swap = true
separator = "/"

Signed-off-by: Jeremy Hilliker <dev.nospam@jeremyh.com>
This commit is contained in:
Jeremy Hilliker 2020-10-17 00:55:52 -07:00 committed by GitHub
parent 7c6d0a57b3
commit 3287e48b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1533,11 +1533,8 @@ To enable it, set `disabled` to `false` in your configuration file.
[memory_usage] [memory_usage]
disabled = false disabled = false
show_percentage = true
show_swap = true
threshold = -1 threshold = -1
symbol = " " symbol = " "
separator = "/"
style = "bold dimmed green" style = "bold dimmed green"
``` ```