Add my own tweaks to make Starship look more like Pure

This commit is contained in:
Danielle McLean 2021-05-04 10:05:54 +10:00
parent c213f50a35
commit e2ea885dc8
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -1,5 +1,13 @@
[character]
success_symbol = "[](bold purple)"
vicmd_symbol = "[](bold purple)"
[git_status]
style = "218"
# https://starship.rs/presets/#nerd-font-symbols
[aws]
disabled = true
symbol = " "
[conda]
@ -9,6 +17,8 @@ symbol = " "
symbol = " "
[directory]
truncate_to_repo = false
style = "blue"
read_only = " "
[docker_context]
@ -21,6 +31,8 @@ symbol = " "
symbol = " "
[git_branch]
format = "[$symbol$branch]($style)"
style = "242"
symbol = " "
[golang]