Skip to content

Commit

Permalink
Mention isync versions >=1.5.0 support XDG_CONFIG_HOME (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: alex <alex@kale.lan>
  • Loading branch information
lxea and alex authored Sep 2, 2024
1 parent fed068c commit e4cdd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/isync.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4cdd55

Please sign in to comment.