From 084d0f66d8d60999d30d603f7e403cc60161b13f Mon Sep 17 00:00:00 2001 From: vladislav doster Date: Wed, 1 Jul 2026 03:14:08 -0500 Subject: [PATCH] revert: `themes/trapd00r.zsh-theme` PROMPT change --- themes/trapd00r.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/trapd00r.zsh-theme b/themes/trapd00r.zsh-theme index 2c9990c06..b689ffd85 100644 --- a/themes/trapd00r.zsh-theme +++ b/themes/trapd00r.zsh-theme @@ -115,7 +115,7 @@ prompt_jnrowe_precmd () { # modified, to be committed elif [[ $(git diff --cached --name-status 2>/dev/null ) != "" ]]; then dir_status="%{$c1%}%n%{$c4%}@%{$c2%}%m%{$c0%}:%{$c3%}%l%{$c6%}->%{$(zsh_path)%} %{$c0%}(%{$c5%}%?%{$c0%})" - PROMPT='${vcs_info_msg_0_}%{$30%} %{$bg_bold[red]%}%{$fg_bold[cyan]%}C%{$fg_bold[black]%}OMIT%{$reset_color%} + PROMPT='${vcs_info_msg_0_}%{$30%} %{$bg_bold[red]%}%{$fg_bold[cyan]%}C%{$fg_bold[black]%}OMMIT%{$reset_color%} ${dir_status}%{$reset_color%} > ' elif [[ $(git diff --name-status 2>/dev/null ) != "" ]]; then