Moved ix pastebin to its own file

This commit is contained in:
David Thurstenson 2021-06-23 20:33:32 -05:00
parent 2d99aa1f93
commit c668749b29
2 changed files with 2 additions and 3 deletions

View File

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

2
.bashrc.d/ix.bash Normal file
View File

@ -0,0 +1,2 @@
# ix.io pastebin
alias ix="curl -F 'f:1=<-' ix.io"