From ae453cdd0ad506094ddb21bfd021a11d5a952c22 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Mon, 10 Jan 2022 15:38:33 -0800 Subject: [PATCH] updated starship prompt --- .config/starship.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 62cae68..ea9ecf1 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -15,10 +15,31 @@ format = "took [$duration]($style) " format = "[$path]($style)[$read_only]($read_only_style)" read_only = " 🔒" +[git_metrics] +disabled = false + [hostname] ssh_only = false format= "[$hostname]($style)" +[kubernetes] +disabled = false + +[memory_usage] +disabled = false + +[shell] +disabled = false + +[status] +disabled = false + +[sudo] +disabled = false + +[time] +disabled = false + [username] show_always = true format = "[$user]($style)"