diff --git a/.bashrc.d/10-alias.bash b/.bashrc.d/10-alias.bash index 5be91d6..5c55440 100644 --- a/.bashrc.d/10-alias.bash +++ b/.bashrc.d/10-alias.bash @@ -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" diff --git a/.bashrc.d/ix.bash b/.bashrc.d/ix.bash new file mode 100644 index 0000000..10a6300 --- /dev/null +++ b/.bashrc.d/ix.bash @@ -0,0 +1,2 @@ +# ix.io pastebin +alias ix="curl -F 'f:1=<-' ix.io"