]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added mutt-wizard isync environment variable (#145)
authorRiccardo Bordon <17615901+Riccardiunix@users.noreply.github.com>
Sat, 23 Jul 2022 23:28:21 +0000 (23:28 +0000)
committerGitHub <noreply@github.com>
Sat, 23 Jul 2022 23:28:21 +0000 (23:28 +0000)
programs/isync.json

index 4d9d69ae51220735717aff328744d8f167486ff2..d7da0b918db59fe27a9b6074ebb694e72879ce5a 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.mbsyncrc",
             "movable": true,
-            "help": "Alias mbsync to use a custom configuration file location:\n\n```bash\nalias mbsync=mbsync -c \"$XDG_CONFIG_HOME\"/isync/mbsyncrc\n```\n"
+            "help": "Alias mbsync to use a custom configuration file location:\n\n```bash\nalias mbsync=mbsync -c \"$XDG_CONFIG_HOME\"/isync/mbsyncrc\n```\nIf you are using mutt-wizard export the following environment variable:\n\n```bash\nexport MBSYNCRC=\"$XDG_CONFIG_HOME\"/isync/mbsyncrc\n```"
         }
     ],
     "name": "isync"
-}
\ No newline at end of file
+}