diff --git a/bashrc b/bashrc index c181c03e..5211d14d 100644 --- a/bashrc +++ b/bashrc @@ -548,6 +548,9 @@ alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us" # Always build pythons with --enable-shared when using pyenv alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv' +# Copy-paste mtr output more easily +alias mtrp="mtr -rw4c 5" + # Allow custom aliases to be put in .aliases or .bash_aliases . # .aliases diff --git a/zshrc b/zshrc index 63af4027..7e799119 100644 --- a/zshrc +++ b/zshrc @@ -518,6 +518,9 @@ alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us" # Always build pythons with --enable-shared when using pyenv alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv' +# Copy-paste mtr output more easily +alias mtrp="mtr -rw4c 5" + # .aliases if [ -f ~/.aliases ]; then source ~/.aliases