starship: explicitly disable unused modules

This commit is contained in:
surtur 2022-04-02 01:12:14 +02:00
parent 6c9c53735f
commit 10f2143d21
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -9,6 +9,9 @@ $character
scan_timeout = 25
command_timeout = 200
[aws]
disabled = false
[character]
success_symbol = "[➜](bold green)"
error_symbol = "[🔥](bold #ee4e4e)"
@ -35,6 +38,15 @@ show_notifications = true
min_time_to_notify = 13_000
notification_timeout = 3_750
[cobol]
disabled = true
[conda]
disabled = true
[crystal]
disabled = true
[directory]
truncate_to_repo = true
truncation_symbol = "…/"
@ -43,6 +55,15 @@ style = "bold blue"
[docker_context]
disabled = true
[elixir]
disabled = true
[elm]
disabled = true
[erlang]
disabled = true
[git_branch]
format = "[$symbol$branch]($style) "
style = "bright-black"
@ -70,6 +91,9 @@ format = "[($conflicted$stashed$modified$staged$renamed$deleted$untracked$ahead_
[golang]
format = "[$symbol]($style)"
[julia]
disabled = true
[kotlin]
format = "[$symbol($version )]($style)"
@ -86,15 +110,33 @@ symbol = "⬢ "
style = "bold bright-black"
format = "[$symbol($version )]($style)"
[purescript]
disabled = false
[python]
# don't trigger just when a ".py" is found
detect_extensions = []
style = "bright-black"
format = "[${symbol}${pyenv_prefix}(${version} )$virtualenv ]($style)"
[red]
disabled = true
[rlang]
disabled = true
[rust]
format = "[$symbol($version )]($style)"
[scala]
disabled = true
[singularity]
disabled = true
[swift]
disabled = false
[status]
disabled = false
style = "red"
@ -114,7 +156,13 @@ disabled = false
style = "bold bright-black"
format = "[$time]($style) "
[vcsh]
disabled = true
[vlang]
symbol = "V"
style = "bold fg:#5d87bf bg:#333344"
format = "[$symbol]($style) "
[zig]
disabled = true