From 12e4fd22ad33b284cdf891894150fa5942a7ac19 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sun, 15 Sep 2019 11:37:52 +0300 Subject: [PATCH] [zsh] remove parens from git status in the prompt --- zsh/prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/prompt.zsh b/zsh/prompt.zsh index 4781185..39d7182 100644 --- a/zsh/prompt.zsh +++ b/zsh/prompt.zsh @@ -51,7 +51,7 @@ prompt_vcs_info() { fi done - print -n ' %F{blue}git:(%F{magenta}'"$(prompt_escape "$branch")"'%F{blue})%f' + print -n ' %F{blue}git:%F{magenta}'"$(prompt_escape "$branch")"'%F{blue}%f' } # configure prompt expansion