diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-26 23:40:34 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-26 23:40:34 -0500 |
commit | 7f53f5d7ba82e15ebb91f8f078754839ab8249ae (patch) | |
tree | f1fee9af98009cb7349b9df558a13f74ec84eb51 /hyperterm | |
parent | 125f57f0c3d6f9d578b37467ace994afe22a8478 (diff) | |
download | hyperterm-7f53f5d7ba82e15ebb91f8f078754839ab8249ae.tar.lz hyperterm-7f53f5d7ba82e15ebb91f8f078754839ab8249ae.tar.xz hyperterm-7f53f5d7ba82e15ebb91f8f078754839ab8249ae.zip |
Fix state git
Diffstat (limited to 'hyperterm')
-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 79fea14..d59fe21 100644 --- a/hyperterm/core/git.sh +++ b/hyperterm/core/git.sh @@ -330,7 +330,7 @@ function _prompt_get_git_status() { 001010000) printf '%s%s' "${__ps}${__duus}${__sts}${__nfs}${__uts}${__dfs}${__rns}" "$count_dirty";; 001001010) printf '%s%s' "${__ps}${__duus}${__stusts}${__uts}${__rns}" "$count_dirty";; 001001000) printf '%s%s' "${__ps}${__duus}${__stusts}${__uts}${__dfs}${__rns}" "$count_dirty";; - 011000011) printf '%s%s' "${__ps}${__duus}${__stusts}${__nfs}${__uts}" "$count_dirty";; + 001000011) printf '%s%s' "${__ps}${__duus}${__stusts}${__nfs}${__uts}" "$count_dirty";; 001000110) printf '%s%s' "${__ps}${__duus}${__stusts}${__nfs}${__rns}" "$count_dirty";; 001000010) printf '%s%s' "${__ps}${__duus}${__stusts}${__nfs}${__uts}${__rns}" "$count_dirty";; 001000000) printf '%s%s' "${__ps}${__duus}${__stusts}${__nfs}${__uts}${__dfs}${__rns}" "$count_dirty";; |