From c2419b6d497adc2a63aa16188dfb53f76c22e5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 18 Aug 2021 12:26:52 -0500 Subject: minor fix --- hyperterm/core/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperterm/core') 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' "${BOLD}${RED}")" # _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 -- cgit v1.2.3