32 lines
513 B
TOML
32 lines
513 B
TOML
scan_timeout = 1500
|
|
|
|
format = """
|
|
$os$shell$hostname$username$directory$git_branch$git_status$status
|
|
$character"""
|
|
|
|
[os]
|
|
disabled = false
|
|
format = "[$symbol](bold $STARSHIP_DEVICE_COLOR) "
|
|
|
|
[os.symbols]
|
|
Windows = " "
|
|
Ubuntu = " "
|
|
|
|
[shell]
|
|
disabled = false
|
|
powershell_indicator = "pwsh"
|
|
bash_indicator = "bash"
|
|
zsh_indicator = "zsh"
|
|
style = "cyan bold"
|
|
|
|
[status]
|
|
disabled = false
|
|
format = "[$symbol]($style) "
|
|
symbol = " "
|
|
|
|
[character]
|
|
success_symbol = "[>](bold green)"
|
|
error_symbol = "[>](bold red)"
|
|
|
|
|