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"