Date:        Wed, 9 Feb 2022 22:34:07 +0000
    From:        David Levine <[email protected]>
    Message-ID:  
<ca+g7au-mt2e_dac5-k9pavwg2eo_vo510_b0rjvu9bc+mkg...@mail.gmail.com>

  | If you use a Bourne-compatible shell, would you try this, please:
  |
  |     source $(mhparam docdir)/contrib/replaliases

That means bash - or perhaps one or two others, for general
shell compat, use . instead of source:

        . $(mhparam docdir)/contrib/replaliases

  | Where [msg] is the usual optional message argument to repl.  All
  | other common repl arguments are supported as well because rtm is an
  | alias that eventually relies on repl.

Really a function, not an alias, which is a much better idea.

kre

Reply via email to