From d93fa4c2330530d0a9248c251683fab198d2245d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 7 Mar 2024 14:58:27 +0100 Subject: add shim for overriding mbsync config location --- .local/share/bin/mbsync | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .local/share/bin/mbsync diff --git a/.local/share/bin/mbsync b/.local/share/bin/mbsync new file mode 100755 index 0000000..3f6aa09 --- /dev/null +++ b/.local/share/bin/mbsync @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/mbsync --config "$XDG_CONFIG_HOME/mbsyncrc" "$@" -- cgit v1.2.3