From: David Levine Date: Mon, 29 Dec 2014 13:44:38 +0000 (-0600) Subject: Added rtm alias. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/41a19760d9369daba89e4ad963a06ebb6f04321e?hp=f7d05e5e1b0ee776b5a4204804197d9dc02c9b0a Added rtm alias. --- diff --git a/docs/contrib/replaliases b/docs/contrib/replaliases index 602abb88..767e522e 100644 --- a/docs/contrib/replaliases +++ b/docs/contrib/replaliases @@ -37,6 +37,20 @@ rt() { } +#### Add -editor mhbuild to above. Useful only when attachments +#### won't be added to the message. +#### +#### To ease editing at the What now? prompt, add a line like this to +#### your .mh_profile: +#### mhbuild-next: $EDITOR +#### assuming that your EDTIOR environment variable is set; if not, +#### replace $EDITOR above with the name of your editor. Without that +#### profile entry, enter "e[dit] $EDITOR" at the What now? prompt. +rtm() { + rt -editor mhbuild "$@" +} + + # Local Variables: # mode: sh # End: