From eaa8ed46e3146681412f8fe27c90249fc6b57aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 25 Aug 2021 16:32:30 -0500 Subject: =?UTF-8?q?revert=20icon=20branch=20the=20icon=20=EE=82=A0=20not?= =?UTF-8?q?=20available=20in=20many=20fonts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyperterm/core/git.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hyperterm/core/git.sh') 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 -- cgit v1.2.3