Added countupdates alias

This commit is contained in:
David Thurstenson 2020-10-22 10:43:15 -05:00
parent 40a51c9e2c
commit 1e729de722
1 changed files with 3 additions and 0 deletions

View File

@ -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'