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)"