From 1dd03a8143540471050480985a0f332e5391ee74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Fri, 23 Jan 2026 01:00:32 +0100 Subject: zsh: retab under new editorconfig rules --- dot_config/zsh/functions/prompt_zstyle_setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/zsh/functions/prompt_zstyle_setup b/dot_config/zsh/functions/prompt_zstyle_setup index 6990f2b..42caf90 100644 --- a/dot_config/zsh/functions/prompt_zstyle_setup +++ b/dot_config/zsh/functions/prompt_zstyle_setup @@ -58,9 +58,9 @@ prompt_zstyle_preset() { zstyle :prompt:zstyle:parts return '%(0?.. %F{red}[%?]%f)' zstyle :prompt:zstyle:parts separator '%(!.#.>)' zstyle :prompt:zstyle:parts vcsinfo \ - '${vcs_info_msg_0_:+ $vcs_info_msg_0_}' + '${vcs_info_msg_0_:+ $vcs_info_msg_0_}' zstyle :prompt:zstyle ps1 \ - login ' ' pwd vcsinfo return separator ' ' + login ' ' pwd vcsinfo return separator ' ' ;; esac } -- cgit v1.2.3