From b307c4549c1a3b953d06842b4b6ba44f5bddb3d9 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 1 Jul 2023 09:57:00 +0200 Subject: [PATCH] starship: minimize prompt --- .config/starship.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index ccbfb7a..a3b9734 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -5,15 +5,13 @@ format = """\ ${env_var.TMUX_WINDOW}\ $hostname\ $directory\ -${custom.sl_status}\ -$git_branch\ -$git_commit\ -$git_state\ -$git_status\ -$nix_shell\ ($character)\ """ +# $git_branch\ +# $git_commit\ +# $git_state\ +# $git_status\ right_format = """\ """ @@ -26,7 +24,7 @@ format = 'via [☃️ $state( \($name\))](bold blue) ' [env_var.TMUX_WINDOW] default = "" -format = '[ $env_value ]($style)[](fg:#d1002f) ' +format = '[ $env_value ]($style) ' style = 'italic bg:#d1002f fg:#ffffff' [custom.sl_status]