diff options
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 |