aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-16 01:50:30 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-16 01:50:30 +0200
commit9a38f61a266a40e921e8f2ab041a22fe09fc8155 (patch)
tree3e4510f8e6c8ad910447221be5fc8a45703bf45e
parent8e0e727c0ac74ed042197c7a3ed996a0a6dfd782 (diff)
downloaddotfiles-9a38f61a266a40e921e8f2ab041a22fe09fc8155.tar.xz
zsh: leeloo: Set MAILDIR
-rw-r--r--zsh/profile-leeloo2
1 files changed, 2 insertions, 0 deletions
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