From 748483f17d18befdfa66cae266be795c35252845 Mon Sep 17 00:00:00 2001 From: winston Date: Sun, 19 May 2024 19:35:52 +0200 Subject: [PATCH] feat(starship): cleanup --- home/apps/starship/config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/apps/starship/config.toml b/home/apps/starship/config.toml index 8b24809..b6e8863 100644 --- a/home/apps/starship/config.toml +++ b/home/apps/starship/config.toml @@ -70,7 +70,6 @@ $terraform)\ \ $line_break\ \ -$shell\ [└](surface2)\ $character""" @@ -90,7 +89,7 @@ disabled = true [directory] format = '[$path ]($style)[($read_only)]($read_only_style)' -style = 'fg:red italic' +style = 'fg:red' read_only = ' ' read_only_style = 'fg:red' truncate_to_repo = true