diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-16 01:50:30 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-16 01:50:30 +0200 |
commit | 9a38f61a266a40e921e8f2ab041a22fe09fc8155 (patch) | |
tree | 3e4510f8e6c8ad910447221be5fc8a45703bf45e /zsh | |
parent | 8e0e727c0ac74ed042197c7a3ed996a0a6dfd782 (diff) | |
download | dotfiles-9a38f61a266a40e921e8f2ab041a22fe09fc8155.tar.xz |
zsh: leeloo: Set MAILDIR
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/profile-leeloo | 2 |
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 |