1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/config/starship.toml
2023-03-14 14:16:11 -05:00

40 lines
557 B
TOML

format="$all$custom$jobs$directory$character"
command_timeout=1000
[character]
success_symbol = "[](bold cyan)"
error_symbol = "[](bold red)"
[package]
symbol = " "
[ruby]
symbol = " "
[aws]
symbol = " "
[python]
symbol = " "
[elixir]
symbol = " "
[rust]
symbol = " "
[custom.os]
disabled = false
command = "os"
style = "bold white"
format = "[$symbol($output )]($style)"
symbol = ""
when = "true"
shell = ["bash", "--noprofile", "--norc"]
[git_branch]
format = "[$symbol$branch]($style) "
[directory]
style = "bold green"