diff options
author | joe <rbo@gmx.us> | 2025-09-29 16:58:13 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-29 16:58:13 +0200 |
commit | de6b23118243e301d383cb1cd7d494c512c00506 (patch) | |
tree | 770468079fbd5897a4a679c54bb2e5066d866006 /.local/bin | |
parent | up (diff) | |
download | dotfiles-bsd-de6b23118243e301d383cb1cd7d494c512c00506.tar.gz dotfiles-bsd-de6b23118243e301d383cb1cd7d494c512c00506.tar.bz2 dotfiles-bsd-de6b23118243e301d383cb1cd7d494c512c00506.tar.xz dotfiles-bsd-de6b23118243e301d383cb1cd7d494c512c00506.tar.zst dotfiles-bsd-de6b23118243e301d383cb1cd7d494c512c00506.zip |
up
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/fetch_mail.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.local/bin/fetch_mail.sh b/.local/bin/fetch_mail.sh index 9f6a1f8..416f7e0 100755 --- a/.local/bin/fetch_mail.sh +++ b/.local/bin/fetch_mail.sh @@ -1,9 +1,5 @@ #!/bin/sh -set -f -set +f -set -m - export GNUPGHOME=$HOME/.local/share/gnupg export PASSWORD_STORE_DIR=$HOME/.local/share/pass |