From e0d15ecf4bbd8e782efadf9a05c683794930f56f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 19 Nov 2024 08:56:13 -0600 Subject: [PATCH] make jj segment --- home/private_dot_config/zsh/themes/dot_p10k.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/private_dot_config/zsh/themes/dot_p10k.zsh b/home/private_dot_config/zsh/themes/dot_p10k.zsh index 2046ae9..3f8e3c9 100644 --- a/home/private_dot_config/zsh/themes/dot_p10k.zsh +++ b/home/private_dot_config/zsh/themes/dot_p10k.zsh @@ -1673,9 +1673,8 @@ concat( separate(" ", format_short_change_id_with_hidden_and_divergent_info(self), - format_short_commit_id(commit_id), if(conflict, label("conflict", "conflict")), - if(empty, label("empty", "(empty)")), + if(empty, label("empty", "(E)")), if(description, description.first_line(),label(if(empty, "empty"), description_placeholder), )))'