diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-16 00:01:53 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-16 00:01:53 +0200 |
commit | abb0b9e9b8719cce28baa5734c08c1975e74691d (patch) | |
tree | 488857a0c4b062a0d9a5f86829cb288781210b9a /.local/bin/fetch_mail.sh | |
parent | update (diff) | |
download | dotfiles-bsd-abb0b9e9b8719cce28baa5734c08c1975e74691d.tar.gz dotfiles-bsd-abb0b9e9b8719cce28baa5734c08c1975e74691d.tar.bz2 dotfiles-bsd-abb0b9e9b8719cce28baa5734c08c1975e74691d.tar.xz dotfiles-bsd-abb0b9e9b8719cce28baa5734c08c1975e74691d.tar.zst dotfiles-bsd-abb0b9e9b8719cce28baa5734c08c1975e74691d.zip |
update
Diffstat (limited to '.local/bin/fetch_mail.sh')
-rwxr-xr-x | .local/bin/fetch_mail.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/fetch_mail.sh b/.local/bin/fetch_mail.sh index 664663a..8eb91e7 100755 --- a/.local/bin/fetch_mail.sh +++ b/.local/bin/fetch_mail.sh @@ -1,6 +1,5 @@ #!/bin/sh -. "$HOME"/.config/env export GNUPGHOME=/home/jozan/.local/share/gnupg export PASSWORD_STORE_DIR=/home/jozan/.local/share/pass |