aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/core/git.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hyperterm/core/git.sh')
-rw-r--r--hyperterm/core/git.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/hyperterm/core/git.sh b/hyperterm/core/git.sh
index 90f66f1..8a43845 100644
--- a/hyperterm/core/git.sh
+++ b/hyperterm/core/git.sh
@@ -350,9 +350,8 @@ _prompt_get_git_info() {
# Import colors
_colors_bash "$@"
- # Grab icon and branch
- branch=$(printf '%b' "\xEE\x82\xA0")
- branch+=$(_get_git_branch)
+ # Grab branch
+ branch=$(_get_git_branch)
# If there are any branches
if [[ -n $branch ]]; then