diff options
| -rwxr-xr-x | nvtable | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -254,6 +254,10 @@ if ((${#rows[@]})); then done echo fi +if (( ! NO_EMOJI )); then + printf ' %s%s upstream newer · %s repo behind · %s current · %s not installed%s\n' \ + "$DIM" "$E_UP" "$E_REPO" "$E_OK" "$E_NA" "$R" +fi printf ' %s%d%s to upgrade · %s%d%s repo%s to bump · %s%d%s current' \ "$RED" "$n_up" "$R" "$YEL" "$n_repo" "$R" "$( ((n_repo==1)) || echo s )" \ "$GRN" "$n_ok" "$R" |
