diff options
author | Joe <bousset.rudy@gmail.com> | 2024-06-16 16:15:20 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2024-06-16 16:15:20 +0200 |
commit | 10b2bcdc00f22d28804d408429ea46bcfe60c222 (patch) | |
tree | 354ec7ef08285c23863fb4f68168973ec41793d2 /.local/bin/fetch_mail.sh | |
parent | up (diff) | |
download | dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.gz dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.bz2 dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.xz dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.zst dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.zip |
mailup
Diffstat (limited to '.local/bin/fetch_mail.sh')
-rwxr-xr-x | .local/bin/fetch_mail.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/fetch_mail.sh b/.local/bin/fetch_mail.sh index c342215..ed3da4a 100755 --- a/.local/bin/fetch_mail.sh +++ b/.local/bin/fetch_mail.sh @@ -4,8 +4,8 @@ set -f set +f set -m -export GNUPGHOME=/home/jozan/.local/share/gnupg -export PASSWORD_STORE_DIR=/home/jozan/.local/share/pass +export GNUPGHOME=$HOME/.local/share/gnupg +export PASSWORD_STORE_DIR=$HOME/.local/share/pass mc_file="/tmp/newmailcount" if [ -f $mc_file ]; then |