rc: mtrp: use 10 pings

This commit is contained in:
Mikaela Suomalainen 2014-12-30 18:31:16 +02:00
parent a45d82b0b0
commit 0d2e0dd387
2 changed files with 6 additions and 6 deletions

View File

@ -553,9 +553,9 @@ alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv'
# Copy-paste mtr output more easily
alias mtrp="mtr -rwc 5"
alias mtrp4="mtr -rw4c 5"
alias mtrp6="mtr -rw6c 5"
alias mtrp="mtr -rwc 10"
alias mtrp4="mtr -rw4c 10"
alias mtrp6="mtr -rw6c 10"
# pip
alias pip="python -m pip"

View File

@ -528,9 +528,9 @@ alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv'
# Copy-paste mtr output more easily
alias mtrp="mtr -rwc 5"
alias mtrp4="mtr -rw4c 5"
alias mtrp6="mtr -rw6c 5"
alias mtrp="mtr -rwc 10"
alias mtrp4="mtr -rw4c 10"
alias mtrp6="mtr -rw6c 10"
# pip
alias pip="python -m pip"