mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
superfluous '…'
This commit is contained in:
parent
fb5d86e3e2
commit
8dc73a7995
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ __git_ps1_branch() {
|
|||
local branch
|
||||
branch="$(git symbolic-ref HEAD 2>/dev/null)" || \
|
||||
branch="$(__git_ps1_describe)" || \
|
||||
branch="$(git rev-parse --short HEAD)…" || \
|
||||
branch="$(git rev-parse --short HEAD)" || \
|
||||
branch="unknown"
|
||||
|
||||
echo ${branch##refs/heads/}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue