Browse Source

Nordicised the prompt

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

23
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

Loading…
Cancel
Save