aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-07 14:58:27 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-07 14:58:27 +0100
commitd93fa4c2330530d0a9248c251683fab198d2245d (patch)
treec3b462429b1cb6e197572cbe5fcfd4abb7f16678
parent94327f9f156a4ecb908f51bb4a1483973e8564d0 (diff)
add shim for overriding mbsync config location
-rwxr-xr-x.local/share/bin/mbsync2
1 files changed, 2 insertions, 0 deletions
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" "$@"