rc: add ixio alias for ix.io

This commit is contained in:
Aminda Suomalainen 2015-04-26 18:20:21 +03:00
parent 06b86f88a2
commit 290651584d
2 changed files with 4 additions and 2 deletions

View File

@ -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|<sprungeus|ixio>`
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'

View File

@ -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|<sprungeus|ixio>`
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'