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'