From aaffa90f1fdc1c096ad431741a2dcd30f256dc93 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Thu, 9 Jan 2025 23:52:41 +0100 Subject: [PATCH] feat: moved command duration to the right --- .config/starship.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 0966c19..7572c53 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -6,16 +6,18 @@ $git_branch\ $git_state\ $git_status\ $hg_branch\ -$cmd_duration\ $line_break\ $lua\ $elixir\ $python\ $zig\ -$character""" +$character\ +""" right_format = """ -$time""" +$cmd_duration\ +$time\ +""" command_timeout = 3000