From c13adc908479f6a3374df4fcfeed72d10c2eab52 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 13 Jul 2024 10:07:08 +0200 Subject: [PATCH] fix(zsh): adjust the starship config Signed-off-by: Matej Focko --- roles/shell/zsh/files/starship.toml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/roles/shell/zsh/files/starship.toml b/roles/shell/zsh/files/starship.toml index 9966aac..52cb8fc 100644 --- a/roles/shell/zsh/files/starship.toml +++ b/roles/shell/zsh/files/starship.toml @@ -36,20 +36,13 @@ format = '\([$state( $progress_current/$progress_total)]($style)\) ' style = "cyan" [git_status] -format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)" +format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style) " style = "cyan" -conflicted = "​" -untracked = "​" -modified = "​" -staged = "​" -renamed = "​" -deleted = "​" -stashed = "≡" [custom.toolbox] when = "ls /run/.containerenv" -symbol = " " -command = "~/.local/bin/toolbox_name.sh" +symbol = "󰡨 " +command = "~/.local/bin/toolbox_name" format = "in [$symbol($output )]($style)" style = "bold purple"