diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-24 23:42:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-24 23:42:22 -0500 |
commit | 4ba783775087334563df92adf5903de83c3a6dd0 (patch) | |
tree | d1653104bce4fca8151c04d2926a47df57ee3d4c /hyperterm/core | |
parent | 6f3bb88ed1160e0b7bd26c306bda9f8eb9c4fbbe (diff) | |
download | hyperterm-4ba783775087334563df92adf5903de83c3a6dd0.tar.lz hyperterm-4ba783775087334563df92adf5903de83c3a6dd0.tar.xz hyperterm-4ba783775087334563df92adf5903de83c3a6dd0.zip |
update
Diffstat (limited to 'hyperterm/core')
-rw-r--r-- | hyperterm/core/git.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperterm/core/git.sh b/hyperterm/core/git.sh index b1fa140..90f66f1 100644 --- a/hyperterm/core/git.sh +++ b/hyperterm/core/git.sh @@ -9,7 +9,7 @@ function _symbols() { __ps="$(printf '%b%b%b' "${BOLD}${LEMON}" "\x7C" "${RESET}")" # | __ss="$(printf '%b%b' "${BOLD}${CYAN}" "\xE2\x9C\x94")" # ✔ __dss="$(printf '%b%b' "${BOLD}${RED}" "\x2A")" # ∗ - __ahs="$(printf '%b%b' "${BOLD}${CYAN}" "\xEA\x86\x91")" # ↑ + __ahs="$(printf '%b%b' "${BOLD}${CYAN}" "\xE2\x86\x91")" # ↑ __bhs="$(printf '%b%b' "${BOLD}${RED}" "\xE2\x86\x93")" # ↓ __duphs="$(printf '%b%b' "${BOLD}${YELLOW}" "\xE2\x96\x82" )" # ▲ __duplls="$(printf '%b%b' "${BOLD}${RED}" "\xE2\x96\xBC")" # ▼ |