From b51c780f48b07c031a70f5f9fb34e64c9554feca Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 19 Apr 2026 16:19:30 +0200 Subject: [PATCH] no space --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 9e700c7..18895c5 100644 --- a/.zshrc +++ b/.zshrc @@ -9,7 +9,7 @@ precmd() { prompt_git_branch=$(git symbolic-ref --quiet --short HEAD 2>/dev/null) if [[ -n $prompt_git_branch ]]; then - PROMPT_GIT_SEGMENT=$'%{\e[2m%} ('"${prompt_git_branch}"$')%{\e[22m%}' + PROMPT_GIT_SEGMENT=$'%{\e[2m%}('"${prompt_git_branch}"$')%{\e[22m%}' else PROMPT_GIT_SEGMENT='' fi @@ -21,7 +21,7 @@ precmd() { fi } -PROMPT='%B%1~%b${PROMPT_GIT_SEGMENT} ${PROMPT_ARROW_COLOR}%B❯%b%f ' +PROMPT='%B%1~%b${PROMPT_GIT_SEGMENT}${PROMPT_ARROW_COLOR}%B❯%b%f ' source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh