From 5d71a064030ea3a471e3c1bbb63df09fe67dfcc9 Mon Sep 17 00:00:00 2001 From: Belal Elsabbagh Date: Wed, 15 Jan 2025 12:23:17 +0200 Subject: [PATCH] more style --- .config/starship.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 4441fe7..79929b4 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -3,7 +3,8 @@ $username\ $hostname\ $directory\ $git_branch\ -$git_state $git_status\ +$git_state\ +$git_status\ $cmd_duration\ $line_break\ $python\ @@ -20,7 +21,7 @@ error_symbol = "[>](bold red)" vimcmd_symbol = "[<](bold purple)" [git_branch] -format = "[$branch]($style)" +format = "[$branch]($style) " style = "bold pink" [git_status]