diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-25 16:32:30 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-25 16:32:30 -0500 |
commit | eaa8ed46e3146681412f8fe27c90249fc6b57aa3 (patch) | |
tree | d5e58bfdea6d96c101aa9f514a92da5b29d65996 /hyperterm/core/git.sh | |
parent | 4ba783775087334563df92adf5903de83c3a6dd0 (diff) | |
download | hyperterm-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.sh | 5 |
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 |