aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/core/git.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-25 16:32:30 -0500
committerJesús <heckyel@hyperbola.info>2021-08-25 16:32:30 -0500
commiteaa8ed46e3146681412f8fe27c90249fc6b57aa3 (patch)
treed5e58bfdea6d96c101aa9f514a92da5b29d65996 /hyperterm/core/git.sh
parent4ba783775087334563df92adf5903de83c3a6dd0 (diff)
downloadhyperterm-eaa8ed46e3146681412f8fe27c90249fc6b57aa3.tar.lz
hyperterm-eaa8ed46e3146681412f8fe27c90249fc6b57aa3.tar.xz
hyperterm-eaa8ed46e3146681412f8fe27c90249fc6b57aa3.zip
revert icon branch
the icon  not available in many fonts
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