From a68599d9aeac5799a9569a2d050113aedde41a58 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 31 Mar 2023 02:30:01 +0200 Subject: [PATCH] zsh:zprofile: Add `$MBSYNCRC` Additionally to the mbsync alias that was already created, add `$MBSYNCRC` so that mutt-wizards tools use the correct config as well. --- .config/zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 7fe338b..515a6b7 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -19,6 +19,7 @@ export GRADLE_USER_HOME="$XDG_DATA_HOME"/gradle export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME"/jupyter export PYLINTHOME="${XDG_CACHE_HOME}"/pylint export PYTHONSTARTUP="${XDG_CONFIG_HOME}"/python/pythonrc +export MBSYNCRC="$XDG_CONFIG_HOME"/isync/mbsyncrc export HISTFILE="$XDG_DATA_HOME"/bash/history export LESSHISTFILE=/dev/null