From 97675a67057dcd784c0c47e4a0373601e5b7d8a4 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 16 Nov 2022 22:43:59 +0100 Subject: [PATCH] Update Starship configuration Signed-off-by: Severin Kaderli --- system/.config/starship/config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/.config/starship/config.toml b/system/.config/starship/config.toml index 0ce594c..03ce8a0 100644 --- a/system/.config/starship/config.toml +++ b/system/.config/starship/config.toml @@ -3,11 +3,12 @@ add_newline = false format = "${time}${directory}${git_branch}${line_break}${character}" [character] -success_symbol = "[➜](bold green)" -error_symbol = "[➜](bold red)" +success_symbol = "[>](bold green)" +error_symbol = "[>](bold red)" [directory] truncate_to_repo = false +truncation_length = 10 format = "in [$path]($style)[$read_only]($read_only_style) " [hostname]