From 1e729de7225fbdcbba6c9debe028a29ded92d1b7 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 22 Oct 2020 10:43:15 -0500 Subject: [PATCH] Added countupdates alias --- .bashrc.d/10-alias.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc.d/10-alias.bash b/.bashrc.d/10-alias.bash index 167903b..5b297c5 100644 --- a/.bashrc.d/10-alias.bash +++ b/.bashrc.d/10-alias.bash @@ -23,3 +23,6 @@ alias printuuid='blkid -o value -s UUID' # Output only the PARTUUID of the target device alias printpartuuid='blkid -o value -s PARTUUID' + +# Show count of updates from checkupdates +alias countupdates='checkupdates | wc -l'