Added grepupdates for laziness reasons

This commit is contained in:
David Thurstenson 2020-11-03 13:58:54 -06:00
parent dbf576c900
commit c961e22335
1 changed files with 3 additions and 0 deletions

View File

@ -33,5 +33,8 @@ alias printpartuuid='blkid -o value -s PARTUUID'
# Show count of updates from checkupdates
alias countupdates='checkupdates | wc -l'
# Grep through updates listed by checkudpdates
alias grepupdates='checkupdates | grep'
# ix.io pastebin
alias ix="curl -F 'f:1=<-' ix.io"