XCHG tab to space

This commit is contained in:
2025-06-22 08:52:40 +02:00
parent 359d03f433
commit 2aa689724c

View File

@@ -1,4 +1,4 @@
# smd.zsh-theme, based on smt.zsh-theme, based on dogenpunk by Matthew Nelson. # smd.zsh-theme by Thomas Kuschel, based on smt.zsh-theme, based on dogenpunk by Matthew Nelson.
MODE_INDICATOR="%{$fg_bold[red]%}%{$reset_color%}%{$fg[red]%}%{$reset_color%}" MODE_INDICATOR="%{$fg_bold[red]%}%{$reset_color%}%{$fg[red]%}%{$reset_color%}"
local return_status="%{$fg[red]%}%(?..%?⏎)%{$reset_color%} " local return_status="%{$fg[red]%}%(?..%?⏎)%{$reset_color%} "
@@ -77,5 +77,4 @@ function git_time_since_commit() {
PROMPT=' PROMPT='
%{$fg[cyan]%}%m%{$reset_color%} 福 %{$fg[cyan]%}%~ %{$reset_color%}$(git_prompt_short_sha)$(git_prompt_info) %{$fg[cyan]%}%m%{$reset_color%} 福 %{$fg[cyan]%}%~ %{$reset_color%}$(git_prompt_short_sha)$(git_prompt_info)
%{$fg[red]%}%!%{$reset_color%} $(prompt_char) ' %{$fg[red]%}%!%{$reset_color%} $(prompt_char) '
RPROMPT='${return_status}$(git_time_since_commit)$(git_prompt_status)%{$reset_color%}' RPROMPT='${return_status}$(git_time_since_commit)$(git_prompt_status)%{$reset_color%}'