diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-18 12:26:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-18 12:26:52 -0500 |
commit | c2419b6d497adc2a63aa16188dfb53f76c22e5ff (patch) | |
tree | 34ff3ec6c688a98306c8c4e42279ff405277c83a /hyperterm/core/git.sh | |
parent | 2004174027b7ade5a1c6a45e27cf188ebb053f83 (diff) | |
download | hyperterm-c2419b6d497adc2a63aa16188dfb53f76c22e5ff.tar.lz hyperterm-c2419b6d497adc2a63aa16188dfb53f76c22e5ff.tar.xz hyperterm-c2419b6d497adc2a63aa16188dfb53f76c22e5ff.zip |
minor fix
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 b6864e0..9d857eb 100644 --- a/hyperterm/core/git.sh +++ b/hyperterm/core/git.sh @@ -17,7 +17,7 @@ function _symbols() { _stage_unstage_symbol="$(printf '%b<M>' "${BOLD}${RED}")" # <M> _untracked_symbol="$(printf '%b\u003F' "${BOLD}${RED}")" # ? _newfile_symbol="$(printf '%b\u002B' "${BOLD}${CYAN}")" # + - _deleted_file_symbol="$(printf '%bD' "${BOLD}${RED}")" # – + _deleted_file_symbol="$(printf '%bD' "${BOLD}${RED}")" # D _renamed_symbol="$(printf '%b\u2387 ' "${BOLD}${RED}")" # ⎇ _unpushed_unpulled_symbol="$(printf '%b\u2B21' "${BOLD}${RED}")" # ⬡ _d_unpush_unpull_symbol="$(printf '%b|%bdu' "${BOLD}${LEMON}" "${BOLD}${CYAN}")" # du |