From 7eb31f56babcb8cf33a4547d79109758e3696c66 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Tue, 13 Dec 2022 10:03:50 +0100 Subject: [PATCH] Change starship git symbols --- .config/starship.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index c404931..b624e94 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -284,13 +284,13 @@ ignore_submodules = true #conflicted = "=" ahead = ">" behind = "<" -diverged = "~" +diverged = "<>" #untracked = "?" #stashed = "$" #modified = "!" #staged = "+" -renamed = "#" -deleted = "X" +renamed = "r" +deleted = "x" #style = "bold red" #disabled = false