Browse Source

Nordicised the prompt

master
Julio Biason 5 years ago
parent
commit
74400a4872
  1. 23
      starship/starship.toml

23
starship/starship.toml

@ -4,6 +4,7 @@ prompt_order = [
"git_branch", "git_branch",
"git_state", "git_state",
# "git_status", # "git_status",
"python",
"character", "character",
] ]
@ -41,20 +42,26 @@ prompt_order = [
# ] # ]
[directory] [directory]
style = "bold fg:39" # style = "fg:39"
style = "cyan"
truncate_to_repo = false truncate_to_repo = false
[git_branch] [git_branch]
style = "bold fg:76" # style = "fg:76"
style = "blue"
symbol = "" symbol = ""
[git_status] [git_status]
style = "bold fg:76" # style = "fg:76"
style = "brightcyan"
stashed.enabled = false
stashed_count.enabled = false
[character] [character]
style_success = "bold fg:28" # style_success = "fg:28"
style_failure = "bold fg:9" style_success = "white"
style_failure = "red"
[python]
symbol = ""
[java]
stashed.enabled = false
stashed_count.enabled = false

Loading…
Cancel
Save