From 4f09d09be350328b5608879588df6aca7cd7dcfb Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 15 Aug 2014 17:54:33 +0300 Subject: [PATCH] bashrc & zshrc: add alias mtrp (closes #40) --- bashrc | 3 +++ zshrc | 3 +++ 2 files changed, 6 insertions(+) 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