better startup scripts

This commit is contained in:
2026-03-04 18:05:50 +00:00
parent 98a6a69477
commit ba36629cdc
3 changed files with 222 additions and 124 deletions
+45
View File
@@ -0,0 +1,45 @@
add_newline = true
command_timeout = 200
format = """
$username$hostname:[$directory$git_branch$git_status]($style)
$character"""
[username]
format = "[$user]($style)@"
style_user = "bold green"
show_always = true
[hostname]
format = "[$hostname]($style)"
style = "bold yellow"
ssh_only = false
[character]
error_symbol = "[✗](bold #61afef)"
success_symbol = "[](bold #61afef)"
[directory]
home_symbol = "~"
truncation_length = 0
truncate_to_repo = false
[git_branch]
format = " [$branch]($style) "
style = "italic #61afef"
[git_status]
format = '[$all_status]($style)'
style = "#61afef"
ahead = "⇡${count} "
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} "
conflicted = " "
up_to_date = " "
untracked = "? "
modified = " "
stashed = ""
staged = ""
renamed = ""
deleted = ""