Skip to content

Commit

Permalink
Added mutt-wizard isync environment variable (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardiunix authored Jul 23, 2022
1 parent 325db16 commit 0da3271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/isync.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 0da3271

Please sign in to comment.