Files
tuxOS/packages/tuxos-skel/skel/starship/config.toml
2023-04-29 00:31:15 +05:30

52 lines
956 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 = """
[ ](bold green)$directory(bold blue)$git_branch$git_status[](bold yellow)[](bold purple)[](bold blue) """
scan_timeout = 60
add_newline = false
[line_break]
disabled = true
[directory]
style = "bold blue"
[cmd_duration]
format = "[$duration]($style) "
[status]
disabled = false
format = "[$symbol $status]($style) "
not_found_symbol = ""
not_executable_symbol = ""
sigint_symbol = "ﭦ"
map_symbol = true
[git_branch]
format = "[$symbol$branch]($style) "
[package]
format = "[$symbol$version]($style) "
symbol = " "
[python]
format = '[${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
symbol = " "
[nodejs]
format = "[$symbol($version )]($style)"
[php]
format = "[$symbol($version )]($style)"
symbol = " "
[java]
format = "[${symbol}(${version} )]($style)"
symbol = " "
[rust]
format = "[$symbol($version )]($style)"
[golang]
format = "[$symbol($version )]($style)"
symbol = " "