From dbf576c900607ee1f20582776f6162c820adfd36 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 26 Oct 2020 22:11:06 -0500 Subject: [PATCH] Whups, the 'i' got vim'd --- .bashrc.d/10-alias.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc.d/10-alias.bash b/.bashrc.d/10-alias.bash index f5265f9..b28d67b 100644 --- a/.bashrc.d/10-alias.bash +++ b/.bashrc.d/10-alias.bash @@ -34,4 +34,4 @@ alias printpartuuid='blkid -o value -s PARTUUID' alias countupdates='checkupdates | wc -l' # ix.io pastebin -alias x="curl -F 'f:1=<-' ix.io" +alias ix="curl -F 'f:1=<-' ix.io"