From: David Levine Date: Tue, 8 Oct 2019 23:04:36 +0000 (-0400) Subject: Pass command line arguments first from rtm() to rt() to support its args. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/33628003aaff01bab5d305b76603e1a32dc6b49e?ds=sidebyside;hp=9ef6b510ada8a7d3b053ebaef0686570ebf00f63 Pass command line arguments first from rtm() to rt() to support its args. --- diff --git a/docs/contrib/replaliases b/docs/contrib/replaliases index 077965c1..425c362c 100644 --- a/docs/contrib/replaliases +++ b/docs/contrib/replaliases @@ -54,7 +54,7 @@ rt() { #### 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 "$@" + rt "$@" -editor mhbuild }