diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-03-29 09:23:24 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-03-29 09:23:24 -0400 |
commit | 7739a95994c997e7428a4f81d49456c87f6c7484 (patch) | |
tree | 73b70d377d60b0a1003a956560e9dbc04a499285 /bin/mailsync | |
parent | 65af1f047e672e2c5d42d457d891043bb407476d (diff) | |
parent | 370f53204a21bedf95a2f0ed059957df9616b515 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat (limited to 'bin/mailsync')
-rwxr-xr-x | bin/mailsync | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/mailsync b/bin/mailsync index ca7411d..e939b78 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -23,7 +23,8 @@ pgrep mbsync >/dev/null && { echo "mbsync is already running."; exit ;} eval "$(grep -h -- \ "^\s*\(export \)\?\(MBSYNCRC\|PASSWORD_STORE_DIR\|NOTMUCH_CONFIG\|GNUPGHOME\)=" \ "$HOME/.profile" "$HOME/.bash_profile" "$HOME/.zprofile" "$HOME/.config/zsh/.zprofile" "$HOME/.zshenv" \ - "$HOME/.bashrc" "$HOME/.zshrc" "$HOME/.config/zsh/.zshrc" "$HOME/.pam_environment" 2>/dev/null)" + "$HOME/.config/zsh/.zshenv" "$HOME/.bashrc" "$HOME/.zshrc" "$HOME/.config/zsh/.zshrc" \ + "$HOME/.pam_environment" 2>/dev/null)" export GPG_TTY="$(tty)" |