Added grepupdates for laziness reasons
This commit is contained in:
parent
dbf576c900
commit
c961e22335
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue