[zsh] remove parens from git status in the prompt

This commit is contained in:
Dmytro Meleshko 2019-09-15 11:37:52 +03:00
parent b667b31639
commit 12e4fd22ad

View file

@ -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