Display the number of packages to update

This commit is contained in:
Thomas Dehaeze 2020-03-19 11:28:42 +01:00
parent 6b89577102
commit fa7ab9f54a

View File

@ -523,7 +523,7 @@
if [ "$packagenb" -eq "0" ]; then
echo "";
else
echo "%{F#859900}%{F-}";
echo "%{F#859900} $packagenb%{F-}";
fi
#+END_SRC