zsh: Update zshrc and starship configs
[shutils.git] / dotfiles / shell / starship.toml
1 [directory]
2 truncate_to_repo = false
3 style = "bold blue"
4 truncation_length = 5
5 truncation_symbol = "…"
6
7 [username]
8 style_user = "bold green"
9
10 [git_branch]
11 style = "bold yellow"
12
13 [status]
14 disabled = false
15
16 [[battery.display]]
17 threshold = 10
18 style = "bold red"
19
20 [[battery.display]]
21 threshold = 30
22 style = "bold yellow"