mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
rc: add ixio alias for ix.io
This commit is contained in:
parent
06b86f88a2
commit
290651584d
@ -525,8 +525,9 @@ alias tmuxeattach="/proc/$(pgrep -o tmux)/exe attach"
|
|||||||
# Reset configuration files on systems using apt
|
# Reset configuration files on systems using apt
|
||||||
alias purgeconfig="apt-get install --reinstall -o DPkg::options::=--force-confask"
|
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 sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
|
||||||
|
alias ixio="curl -F 'f:1=<-' ix.io"
|
||||||
|
|
||||||
# Always build pythons with --enable-shared when using pyenv
|
# Always build pythons with --enable-shared when using pyenv
|
||||||
alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv'
|
alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv'
|
||||||
|
3
rc/zshrc
3
rc/zshrc
@ -510,8 +510,9 @@ alias tmuxeattach="/proc/$(pgrep -o tmux)/exe attach"
|
|||||||
# Reset configuration files on systems using apt
|
# Reset configuration files on systems using apt
|
||||||
alias purgeconfig="apt-get install --reinstall -o DPkg::options::=--force-confask"
|
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 sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
|
||||||
|
alias ixio="curl -F 'f:1=<-' ix.io"
|
||||||
|
|
||||||
# Always build pythons with --enable-shared when using pyenv
|
# Always build pythons with --enable-shared when using pyenv
|
||||||
alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv'
|
alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv'
|
||||||
|
Loading…
Reference in New Issue
Block a user