diff --git a/.config/starship.toml b/.config/starship.toml index 5855283..9f56886 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,5 +1,4 @@ format = """ -[](blue)\ $time\ [](bg:purple fg:blue)\ $sudo$username$hostname$docker_context\ @@ -9,16 +8,15 @@ $directory\ $git_branch$git_commit$git_state$git_status\ [](bg:#454158 fg:red)\ $fill\ -[](bg:#454158 fg:yellow)\ +[](bg:yellow fg:#454158)\ $status$cmd_duration\ -[](bg:yellow fg:cyan)\ +[](bg:cyan fg:yellow)\ $jobs\ [](cyan) -[](blue)\ $shell$character """ -continuation_prompt = "[](blue)[ ](bg:blue)[](blue) " +continuation_prompt = "[ ](bg:blue)[](blue) " [character] @@ -28,7 +26,6 @@ vicmd_symbol = "[ ](fg:blue bg:cyan)[](cyan)" [cmd_duration] min_time = 0 -show_notifications = true show_milliseconds = true style = "bg:yellow fg:black" format = "[$duration祥]($style)" @@ -106,4 +103,4 @@ format = "[$time]($style)" show_always = true style_user = "bg:purple" style_root = "bg:purple underline" -format = '[$user]($style)' +format = "[$user]($style)"