diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-19 20:57:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-19 20:57:23 -0500 |
commit | c236bfbf28bc3229d2434e753833b04b0fb281da (patch) | |
tree | 17e05ca22e0e8d97485926bafc47c90fd1f6a266 /hyperterm/core/git.sh | |
parent | 712272e5052acbfb3b2c193071693c558a0c6eb4 (diff) | |
download | hyperterm-c236bfbf28bc3229d2434e753833b04b0fb281da.tar.lz hyperterm-c236bfbf28bc3229d2434e753833b04b0fb281da.tar.xz hyperterm-c236bfbf28bc3229d2434e753833b04b0fb281da.zip |
Fix theme simple and minor fix in theme special.
Too fix variable ${RESET} in git, now save as %b
Diffstat (limited to 'hyperterm/core/git.sh')
-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 c6a4dcf..accb1e3 100644 --- a/hyperterm/core/git.sh +++ b/hyperterm/core/git.sh @@ -6,7 +6,7 @@ function _symbols() { # Import colors _colors_bash "$@" - __ps="$(printf '%b\u7C%s' "${BOLD}${LEMON}" "${RESET}")" # | + __ps="$(printf '%b\u7C%b' "${BOLD}${LEMON}" "${RESET}")" # | __ss="$(printf '%b\u2714' "${BOLD}${CYAN}")" # ✔ __dss="$(printf '%b\u002A' "${BOLD}${RED}")" # ∗ __ahs="$(printf '%b\u2191' "${BOLD}${CYAN}")" # ↑ |