dotfiles/.config/starship.toml

79 lines
1.1 KiB
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.

# Starship prompt config — terminal only, no language segments
# See https://starship.rs/config/ for full options
# Basic prompt settings
format = "$all\n$character"
# Remove all language-specific modules
[aws]
disabled = true
[cmake]
disabled = true
[conda]
disabled = true
[dart]
disabled = true
[deno]
disabled = true
[docker_context]
disabled = true
[elixir]
disabled = true
[elm]
disabled = true
[golang]
disabled = true
[haskell]
disabled = true
[java]
disabled = true
[julia]
disabled = true
[kotlin]
disabled = true
[nim]
disabled = true
[nodejs]
disabled = true
[ocaml]
disabled = true
[perl]
disabled = true
[php]
disabled = true
[purescript]
disabled = true
[python]
disabled = true
[ruby]
disabled = true
[rust]
disabled = true
[scala]
disabled = true
[swift]
disabled = true
[terraform]
disabled = true
[vlang]
disabled = true
[zig]
disabled = true
# Only show basic terminal info
[username]
disabled = false
[hostname]
disabled = false
[directory]
disabled = false
[git_branch]
disabled = false
[git_status]
disabled = false
# Character prompt
[character]
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"