feat: moved command duration to the right

This commit is contained in:
David Ibia
2025-01-09 23:52:41 +01:00
parent 72ce3eaee9
commit aaffa90f1f

View File

@@ -6,16 +6,18 @@ $git_branch\
$git_state\ $git_state\
$git_status\ $git_status\
$hg_branch\ $hg_branch\
$cmd_duration\
$line_break\ $line_break\
$lua\ $lua\
$elixir\ $elixir\
$python\ $python\
$zig\ $zig\
$character""" $character\
"""
right_format = """ right_format = """
$time""" $cmd_duration\
$time\
"""
command_timeout = 3000 command_timeout = 3000