format = """ ⋮ \ $username\ $hostname\ $directory\ \ $git_branch\ $git_commit\ $git_state\ \ $jobs\ $shlvl\ ${custom.toolbox}\ \ $character\ """ add_newline = false command_timeout = 100 [username] format = "[$user@]($style)" style_user = "dimmed" [hostname] format = "[$hostname]($style) " style = "dimmed" [directory] truncation_length = 0 truncate_to_repo = false style = "bright-yellow" [git_branch] format = "[$symbol$branch]($style) " disabled = true [git_commit] disabled = true [git_state] disabled = true [jobs] symbol = "∆" [shlvl] symbol = "☰" disabled = false [custom.toolbox] symbol = "⬢ " style = "bright-blue" format = "[$symbol]($style)" when = """ test -f /run/.containerenv && test -f /run/.toolboxenv """ [character] format = "$symbol " success_symbol = "[❯](bold white)" error_symbol = "[❯](bold red)"