From 74400a4872e0efb1d7e4915046687268cf4a5fd2 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 7 Feb 2020 16:10:11 -0300 Subject: [PATCH] Nordicised the prompt --- starship/starship.toml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/starship/starship.toml b/starship/starship.toml index 0006101..3aea07f 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -4,6 +4,7 @@ prompt_order = [ "git_branch", "git_state", # "git_status", + "python", "character", ] @@ -41,20 +42,26 @@ prompt_order = [ # ] [directory] -style = "bold fg:39" +# style = "fg:39" +style = "cyan" truncate_to_repo = false [git_branch] -style = "bold fg:76" +# style = "fg:76" +style = "blue" symbol = "" [git_status] -style = "bold fg:76" +# style = "fg:76" +style = "brightcyan" +stashed.enabled = false +stashed_count.enabled = false [character] -style_success = "bold fg:28" -style_failure = "bold fg:9" +# style_success = "fg:28" +style_success = "white" +style_failure = "red" + +[python] +symbol = "" -[java] -stashed.enabled = false -stashed_count.enabled = false