]> git.madduck.net Git - etc/zsh.git/blobdiff - .zsh/zshrc/30_aliases

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:

no need to run preprompt on chpwd
[etc/zsh.git] / .zsh / zshrc / 30_aliases
index d6617fc096de79102a57f49d0f66deb6043b71c4..ac28d41f2eaf2329c98a130b44a53e538f1d9943 100644 (file)
@@ -128,7 +128,10 @@ for l in ${(k)_LANGUAGES}; do
 done
 unset _LANGUAGES
 
 done
 unset _LANGUAGES
 
-alias dpkg-buildpackage="dpkg-buildpackage -k$DEBKEYID"
+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 }
 
 
 uc() { unicode --max=0 --colour=off "$@" | sensible-pager }
 
@@ -138,4 +141,6 @@ alias ipl='ip l'
 
 alias btd='btdownloadheadless'
 
 
 alias btd='btdownloadheadless'
 
+alias mdtest='swaks -s localhost -t'
+
 # vim:ft=zsh
 # vim:ft=zsh