From 290651584df5c651336c4e53a7894025cc38b323 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 26 Apr 2015 18:20:21 +0300 Subject: [PATCH] rc: add ixio alias for ix.io --- rc/bashrc | 3 ++- rc/zshrc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index c2e397a0..34d82aac 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -525,8 +525,9 @@ alias tmuxeattach="/proc/$(pgrep -o tmux)/exe attach" # Reset configuration files on systems using apt alias purgeconfig="apt-get install --reinstall -o DPkg::options::=--force-confask" -# Send command output to http://sprunge.us `command|sprungeus` +# Send command output to sprunge.us or ix.io `command|` alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us" +alias ixio="curl -F 'f:1=<-' ix.io" # Always build pythons with --enable-shared when using pyenv alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv' diff --git a/rc/zshrc b/rc/zshrc index 79f561ab..1fc99d15 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -510,8 +510,9 @@ alias tmuxeattach="/proc/$(pgrep -o tmux)/exe attach" # Reset configuration files on systems using apt alias purgeconfig="apt-get install --reinstall -o DPkg::options::=--force-confask" -# Send command output to http://sprunge.us `command|sprungeus` +# Send command output to sprunge.us or ix.io `command|` alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us" +alias ixio="curl -F 'f:1=<-' ix.io" # Always build pythons with --enable-shared when using pyenv alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv'