mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 11:40:37 +00:00
77 lines
1.2 KiB
TOML
77 lines
1.2 KiB
TOML
format = """
|
||
$username\
|
||
$hostname\
|
||
$directory\
|
||
$git_branch\
|
||
$git_state\
|
||
$git_status\
|
||
$hg_branch\
|
||
$line_break\
|
||
$lua\
|
||
$elixir\
|
||
$python\
|
||
$zig\
|
||
$character\
|
||
"""
|
||
|
||
# right_format = """
|
||
# $cmd_duration\
|
||
# $time\
|
||
# """
|
||
|
||
|
||
command_timeout = 3000
|
||
|
||
[directory]
|
||
style = "blue"
|
||
|
||
[character]
|
||
success_symbol = "[❯](purple)"
|
||
error_symbol = "[❯](red)"
|
||
vimcmd_symbol = "[❮](green)"
|
||
|
||
[git_branch]
|
||
format = "[$branch]($style)"
|
||
style = "bright-black"
|
||
|
||
[git_status]
|
||
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
|
||
style = "cyan"
|
||
conflicted = ""
|
||
untracked = ""
|
||
modified = ""
|
||
staged = ""
|
||
renamed = ""
|
||
deleted = ""
|
||
stashed = "≡"
|
||
|
||
[git_state]
|
||
format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
||
style = "bright-black"
|
||
|
||
[elixir]
|
||
symbol = "△ "
|
||
format = " exs [$symbol $version OTP $otp_version ]($style)"
|
||
|
||
|
||
[lua]
|
||
format = "[lua ${symbol}${version}]($style)"
|
||
version_format = "${raw}"
|
||
symbol = "⨀ "
|
||
style = "bold bright-yellow"
|
||
|
||
[time]
|
||
disabled = false
|
||
format = "[ $time]($style)"
|
||
time_format = "%R"
|
||
utc_time_offset = "local"
|
||
style = "bold"
|
||
|
||
[cmd_duration]
|
||
format = "[$duration]($style) "
|
||
style = "yellow"
|
||
|
||
[python]
|
||
format = "[$virtualenv]($style) "
|
||
style = "bright-black"
|