]> diplodocus.org Git - nmh/blobdiff - docs/contrib/replaliases
Pass command line arguments first from rtm() to rt() to support its args.
[nmh] / docs / contrib / replaliases
index 077965c1d323c1db772a7d600bff06f8228a701a..425c362cfea831f4ef7d56bfb17ef39ef4d959db 100644 (file)
@@ -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
 }