From 2179cef84e2781441dde94860fa0c5a21fe54565 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Tue, 29 Apr 2025 12:08:02 +0700 Subject: [PATCH] fix: Prioritise jj before git --- .config/zsh/include/theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/include/theme b/.config/zsh/include/theme index 9201573..a891e2c 100644 --- a/.config/zsh/include/theme +++ b/.config/zsh/include/theme @@ -6,7 +6,7 @@ precmd_functions+=( precmd_vcs_info ) setopt prompt_subst # jj and git support -zstyle ':vcs_info:*' enable git jj +zstyle ':vcs_info:*' enable jj git zstyle ':vcs_info:jj:*' formats '%F{5}(jj)  %b %F{1}%c%u %f' zstyle ':vcs_info:git:*' formats '%F{5}(git)  %b %F{1}%c%u %f'