nix-config/starship/.config/starship.toml
Donovan Glover d59a58b465
starship: Use ASCII characters for everything
This makes it easier to use starship in virtual consoles without
worrying about unsupported characters.
2021-11-15 12:31:34 -05:00

125 lines
1.4 KiB
TOML

add_newline = false
[directory]
style = "purple"
read_only = " ro"
[git_branch]
style = "yellow"
symbol = ""
[character]
#success_symbol = "[➤](red)[➤](green)[➤](blue)"
#error_symbol = "[➤](cyan)[➤](purple)[➤](yellow)"
success_symbol = "[>](red)[>](green)[>](blue)"
error_symbol = "[>](cyan)[>](purple)[>](yellow)"
vicmd_symbol = "[<](bold green)"
[line_break]
disabled = true
[nodejs]
format = "with [$symbol($version )]($style)"
symbol = "node "
version_format = "${major}"
disabled = true
# Start tty-specific styles
[git_commit]
tag_symbol = " tag "
[git_status]
ahead = ">"
behind = "<"
diverged = "<>"
renamed = "r"
deleted = "x"
[aws]
symbol = "aws "
[cobol]
symbol = "cobol "
[conda]
symbol = "conda "
[crystal]
symbol = "cr "
[cmake]
symbol = "cmake "
[dart]
symbol = "dart "
[deno]
symbol = "deno "
[dotnet]
symbol = ".NET "
[docker_context]
symbol = "docker "
[elixir]
symbol = "exs "
[elm]
symbol = "elm "
[golang]
symbol = "go "
[hg_branch]
symbol = "hg "
[java]
symbol = "java "
[julia]
symbol = "jl "
[kotlin]
symbol = "kt "
[memory_usage]
symbol = "memory "
[nim]
symbol = "nim "
[nix_shell]
symbol = "nix "
[ocaml]
symbol = "ml "
[package]
symbol = "pkg "
[perl]
symbol = "pl "
[php]
symbol = "php "
[purescript]
symbol = "purs "
[python]
symbol = "py "
[ruby]
symbol = "rb "
[rust]
symbol = "rs "
[scala]
symbol = "scala "
[swift]
symbol = "swift "