dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit a2b53b9ae3361ab4702e02a02572d9fe48bca7fe
parent 66c5159aa091ed89d5c879faed0048accd2bd909
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Oct 2023 14:41:21 -0700

Move mbsync config to XDG dir

Adds a wrapper script that invokes it with an explicit -c argument.

Diffstat:
R.mbsyncrc -> .config/isync/mbsyncrc | 0
A.local/bin/mbsync | 2++
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.mbsyncrc b/.config/isync/mbsyncrc diff --git a/.local/bin/mbsync b/.local/bin/mbsync @@ -0,0 +1,2 @@ +#!/bin/sh +exec mbsync -c "$XDG_CONFIG_HOME/isync/mbsyncrc"