]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add functions for easy bug sub and unsub
authormartin f. krafft <madduck@madduck.net>
Thu, 26 Jun 2008 07:48:51 +0000 (09:48 +0200)
committermartin f. krafft <madduck@madduck.net>
Thu, 26 Jun 2008 07:48:51 +0000 (09:48 +0200)
.zsh/zshrc/30_aliases

index 7170d3c5b538bf107fc5ab4dd05a11e3b532f2d7..97face2eb70f1ee22ba8a47cb7585b4a6102ba88 100644 (file)
@@ -130,6 +130,9 @@ unset _LANGUAGES
 
 alias dpkg-buildpackage="dpkg-buildpackage -k$DEBKEYID -rfakeroot"
 
+bugsub() { echo X-debbugs-autosubscribe: madduck | sendmail -f $DEBEMAIL ${1:?No bug number}-subscribe@bugs.debian.org }
+bugunsub() { sendmail -f $DEBEMAIL ${1:?No bug number}-unsubscribe@bugs.debian.org </dev/null }
+
 uc() { unicode --max=0 --colour=off "$@" | sensible-pager }
 
 alias ipr='ip r'