diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/fetch_mail.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/fetch_mail.sh b/.local/bin/fetch_mail.sh index 012041b..55636a0 100755 --- a/.local/bin/fetch_mail.sh +++ b/.local/bin/fetch_mail.sh @@ -1,5 +1,6 @@ #!/bin/sh +export MAIL=$HOME/.local/share/mail export GNUPGHOME=$HOME/.local/share/gnupg export PASSWORD_STORE_DIR=$HOME/.local/share/pass |