Skip to content

Commit

Permalink
Fix additional prompt expansion in prompt_git
Browse files Browse the repository at this point in the history
  • Loading branch information
belak authored and agnoster committed Jul 24, 2017
1 parent f8ffdbf commit 3ad94b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agnoster.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ prompt_git() {
ref="$DETACHED ${ref/.../}"
fi
prompt_segment $color $PRIMARY_FG
print -Pn " $ref"
print -n " $ref"
fi
}

Expand Down

0 comments on commit 3ad94b6

Please sign in to comment.