From 3eb552602ce0a5fc332c62e6da39dfd592bf078f Mon Sep 17 00:00:00 2001 From: Kulvir Singh Date: Thu, 16 May 2024 14:46:37 +0530 Subject: [PATCH] tmux issue with italics font --- starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship.toml b/starship.toml index e6d7853..7338e84 100644 --- a/starship.toml +++ b/starship.toml @@ -35,7 +35,7 @@ home_symbol= " " truncation_length = 3 truncate_to_repo = true truncation_symbol = " " -style = "bold italic blue" +style = "bold blue" [git_branch]