From c668749b296806922328d549ae5f96bfd80326e1 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 23 Jun 2021 20:33:32 -0500 Subject: [PATCH] Moved ix pastebin to its own file --- .bashrc.d/10-alias.bash | 3 --- .bashrc.d/ix.bash | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .bashrc.d/ix.bash 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"