dotfiles/dot_config/starship.toml
Dan Barber 7efb4ae0f6 Fix missing package symbol
The old one was removed from Nerdfonts.
2024-09-27 20:25:40 -05:00

73 lines
836 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

format="$all$custom$jobs$directory$character"
command_timeout=1000
[character]
success_symbol = "[](bold cyan)"
error_symbol = "[](bold red)"
[aws]
symbol = " "
[c]
symbol = " "
[crystal]
symbol = " "
[dart]
symbol = " "
[docker_context]
symbol = "󰡨 "
[dotnet]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[erlang]
symbol = " "
[golang]
symbol = " "
[lua]
symbol = " "
[package]
symbol = " "
[php]
symbol = " "
[python]
symbol = " "
[ruby]
symbol = " "
[rust]
symbol = " "
[swift]
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"