From 8f7968a020a79b40fbe2097d9396a7fddd6522e8 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 7 May 2024 13:45:20 +0200 Subject: [PATCH] fix(user/shell/zsh): update the starship config Signed-off-by: Matej Focko --- roles/user/shell/zsh/files/starship.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/user/shell/zsh/files/starship.toml b/roles/user/shell/zsh/files/starship.toml index e07790e..9966aac 100644 --- a/roles/user/shell/zsh/files/starship.toml +++ b/roles/user/shell/zsh/files/starship.toml @@ -1,7 +1,6 @@ add_newline = false format = """$username\ $hostname\ -$directory\ $git_branch\ $git_commit\ $git_state\ @@ -12,20 +11,21 @@ $jobs\ $time\ $cmd_duration\ $line_break\ +$directory\ $character""" [username] -format = "[$user@]($style)" +format = "[$user]($style)@" show_always = true -style_user = "blue" +style_user = "cyan" [hostname] format = "[$hostname]($style) " ssh_only = false -style = "blue" +style = "purple" [directory] -style = "yellow" +style = "bright-purple" [git_branch] format = "[$branch]($style)" @@ -57,9 +57,9 @@ style = "bold purple" disabled = true [cmd_duration] -format = "[$duration]($style) " +format = " [$duration]($style) " +style = "italic yellow" [character] -success_symbol = "[λ](green)" -error_symbol = "[λ](red)" -vimcmd_symbol = "[❮](green)" +success_symbol = "[%](green)" +error_symbol = "[%](red)"