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