From 9a38f61a266a40e921e8f2ab041a22fe09fc8155 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 May 2015 01:50:30 +0200 Subject: zsh: leeloo: Set MAILDIR --- zsh/profile-leeloo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/profile-leeloo b/zsh/profile-leeloo index f5c7658..803745a 100644 --- a/zsh/profile-leeloo +++ b/zsh/profile-leeloo @@ -18,6 +18,8 @@ if (( UID )); then } source "$HOME"/misc/grawity/code/kerberos/kc.sh + + export MAILDIR="$HOME"/mail fi # vim: ft=zsh -- cgit v1.2.3-54-g00ecf