Moved ix pastebin to its own file
This commit is contained in:
parent
2d99aa1f93
commit
c668749b29
|
@ -38,6 +38,3 @@ alias countupdates='checkupdates | tee >(wc -l)'
|
|||
|
||||
# Grep through updates listed by checkudpdates
|
||||
alias grepupdates='checkupdates | grep'
|
||||
|
||||
# ix.io pastebin
|
||||
alias ix="curl -F 'f:1=<-' ix.io"
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# ix.io pastebin
|
||||
alias ix="curl -F 'f:1=<-' ix.io"
|
Loading…
Reference in New Issue