mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] remove parens from git status in the prompt
This commit is contained in:
parent
b667b31639
commit
12e4fd22ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue