From: Riccardo Bordon <17615901+Riccardiunix@users.noreply.github.com> Date: Sat, 23 Jul 2022 23:28:21 +0000 (+0000) Subject: Added mutt-wizard isync environment variable (#145) X-Git-Tag: v0.2.0.2~168 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/0da32719da0348f6625ba7fc86469b07a96eef59 Added mutt-wizard isync environment variable (#145) --- diff --git a/programs/isync.json b/programs/isync.json index 4d9d69a..d7da0b9 100644 --- a/programs/isync.json +++ b/programs/isync.json @@ -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 +}