diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-22 23:11:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-22 23:11:43 -0500 |
commit | 50cc4c28b6fc979ed7e13cf4f7d91bdd2cd7bebb (patch) | |
tree | 8c6311192efaa24ff922abaf87b618c7e20ee0a7 /hyperterm/core | |
parent | 47837163c24f5b88b2194fa92ef86e767b409258 (diff) | |
download | hyperterm-50cc4c28b6fc979ed7e13cf4f7d91bdd2cd7bebb.tar.lz hyperterm-50cc4c28b6fc979ed7e13cf4f7d91bdd2cd7bebb.tar.xz hyperterm-50cc4c28b6fc979ed7e13cf4f7d91bdd2cd7bebb.zip |
fix duplicate case
Diffstat (limited to 'hyperterm/core')
-rw-r--r-- | hyperterm/core/git.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hyperterm/core/git.sh b/hyperterm/core/git.sh index 881df2e..fc89a3c 100644 --- a/hyperterm/core/git.sh +++ b/hyperterm/core/git.sh @@ -284,7 +284,6 @@ function _prompt_get_git_status() { 011110011) printf '%s%s' "${__ps}${__dss}${__nfs}${__uts}" "$count_dirty";; 011111011) printf '%s%s' "${__ps}${__dss}${__uts}" "$count_dirty";; 011101001) printf '%s%s' "${__ps}${__dss}${__usts}${__uts}${__dfs}" "$count_dirty";; - 011001111) printf '%s%s' "${__ps}${__dss}${__stusts}" "$count_dirty";; 011111110) printf '%s%s' "${__ps}${__dss}${__rns}" "$count_dirty";; 011110110) printf '%s%s' "${__ps}${__dss}${__nfs}${__rns}" "$count_dirty";; 011110010) printf '%s%s' "${__ps}${__dss}${__nfs}${__uts}${__rns}" "$count_dirty";; |