From 3684394fd8e137527420f527d32f55847af0eb32 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 22 Mar 2026 09:39:52 +0100 Subject: zsh: Maildir Umgebungsvariable für mu (mail-utils) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zprofile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') diff --git a/zsh/zprofile b/zsh/zprofile index 9ac0c42..266e105 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -40,6 +40,9 @@ export TMUXP_CONFIGDIR="$XDG_CONFIG_HOME/tmuxp" # https://github.com/vit-project/vit/blob/2.x/CUSTOMIZE.md export VIT_DIR="$XDG_CONFIG_HOME/vit" +# Maildir für mu (mail-utils) +export MAILDIR="$HOME/Mail" + # mpd starten if [[ -x /usr/local/bin/musicpd ]] && ! pgrep "musicpd" > /dev/null; then /usr/local/bin/musicpd -- cgit v1.3