From 93e7b705f67081ae660ae3a5b86133da6a0c233c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 1 Aug 2016 16:56:07 -0500 Subject: [PATCH] remove listsub/unsub and add disable r --- .zsh/zshrc/30_aliases | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 522fd4a..73b799b 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -183,11 +183,12 @@ ptssub() { echo subscribe ${1:?E: no package name given.} | sendmail -f ${2:-$DE ptsunsub() { echo unsubscribe ${1:?E: no package name given.} | sendmail -f ${2:-$DEBEMAIL} pts@qa.debian.org } qasub() { echo subscribe ${1:?E: no package name given.} ${2:-unspecifed} | sendmail -f $DEBEMAIL ddpo@qa.debian.org } qaunsub() { echo unsubscribe ${1:?E: no package name given.} ${2:-unspecifed} | sendmail -f $DEBEMAIL ddpo@qa.debian.org } -listsub() { echo Subject: subscribe | sendmail -f ${1%@*}=${1#*@}@mass.madduck.net ${1%@*}-request@${1#*@} } -listunsub() { echo Subject: unsubscribe | sendmail -f ${1%@*}=${1#*@}@mass.madduck.net ${1%@*}-request@${1#*@} } uc() { unicode --max=0 --colour=off "$@" | sensible-pager } +# remove the r command, because that's littler +disable r + alias ipr='ip r' alias ipa='ip a' alias ipl='ip l' -- 2.39.2