From ced440c5753f93b0f86b895ca67287137b059198 Mon Sep 17 00:00:00 2001 From: DazAh <9095216+DazAh@users.noreply.github.com> Date: Sun, 13 Oct 2019 02:06:59 +0100 Subject: [PATCH] new file: private_dot_config/starship.toml --- private_dot_config/starship.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 private_dot_config/starship.toml diff --git a/private_dot_config/starship.toml b/private_dot_config/starship.toml new file mode 100644 index 0000000..3b76aed --- /dev/null +++ b/private_dot_config/starship.toml @@ -0,0 +1,10 @@ +add_newline = false +[line_break] +disabled = true + +[memory_usage] +show_percentage = true +show_swap = true +threshold = -1 +icon = " " +style = "bold dimmed green"