Browse Source

Removed old configurations that make no sense

master
Julio Biason 4 years ago
parent
commit
82a9700afd
  1. 14
      starship/starship.toml

14
starship/starship.toml

@ -1,25 +1,19 @@
add_newline = true add_newline = true
[directory] [directory]
style = "cyan" truncate_to_repo = true
truncate_to_repo = false
[dotnet]
disabled = true
[git_branch] [git_branch]
style = "blue" style = "blue"
symbol = "" symbol = ""
[git_status] [git_status]
style = "brightcyan"
stashed.enabled = false
stashed_count.enabled = false
disabled = true disabled = true
[character]
style_success = "white"
style_failure = "red"
[jobs] [jobs]
symbol = "!"
style = "red" style = "red"
[line_break] [line_break]

Loading…
Cancel
Save