From d0e5d92d2cdfb84b46d05e2455da38ec7482a2f5 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 30 May 2025 14:09:32 +0200 Subject: [PATCH] zprofile: Don't set MBSYNCRC mbsync reads `$XDG_CONFIG_HOME/isyncrc` now by default. --- .config/zsh/.zprofile | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index d24432f..f984679 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -20,7 +20,6 @@ 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 RIPGREP_CONFIG_PATH="$XDG_CONFIG_HOME"/ripgrep/config export HISTFILE="$XDG_DATA_HOME"/bash/history