1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add Starship config

This commit is contained in:
Daniel Barber 2021-12-16 16:06:41 -06:00
parent 17519e5582
commit 435fd0fe2c

20
config/starship.toml Normal file
View File

@ -0,0 +1,20 @@
format="$all$directory$character"
[character]
success_symbol = "[](bold cyan)"
error_symbol = "[](bold red)"
[package]
symbol = " "
[ruby]
symbol = " "
[aws]
symbol = " "
[git_branch]
format = "[$symbol$branch]($style) "
[directory]
style = "bold green"