From e4cdd55c1fec998143c97e913169b8e0f540dcf0 Mon Sep 17 00:00:00 2001 From: Alex McGrath Date: Mon, 2 Sep 2024 07:27:32 +0100 Subject: [PATCH] Mention isync versions >=1.5.0 support XDG_CONFIG_HOME (#431) Co-authored-by: alex --- programs/isync.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/isync.json b/programs/isync.json index d7da0b91..f6ad8da7 100644 --- a/programs/isync.json +++ b/programs/isync.json @@ -3,7 +3,7 @@ { "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```\nIf you are using mutt-wizard export the following environment variable:\n\n```bash\nexport MBSYNCRC=\"$XDG_CONFIG_HOME\"/isync/mbsyncrc\n```" + "help": "Supported since 1.5.0. Can be moved to \"$XDG_CONFIG_HOME/isyncrc\"\n\nOlder versions can 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"