From 1b941da80cc452da5ff4fd0abca845e9d43f8657 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 27 Dec 2020 21:46:53 -0800 Subject: [PATCH] Tweak starship config --- starship/.config/starship.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 25cde36..0bf36ca 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -13,13 +13,11 @@ format = """\ """ [username] -show_always = true style = "green" style_user = "green" format = "[$user]($style) " [hostname] -ssh_only = false style = "blue" format = "[$hostname]($style) " @@ -41,7 +39,6 @@ format = "[$conflicted$deleted$renamed$modified$staged$ahead_behind]($style) " [time] disabled = false -use_12hr = true style = "purple" time_format = "%F %I:%M%p" format = "[$time]($style)"