From: Don Armstrong Date: Mon, 1 Aug 2016 21:56:07 +0000 (-0500) Subject: remove listsub/unsub and add disable r X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=93e7b705f67081ae660ae3a5b86133da6a0c233c;p=zsh.git remove listsub/unsub and add disable r --- 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'