[mail] fix: mailsync notification

This commit is contained in:
David JULIEN 2022-10-25 11:54:34 +02:00
parent eb27e443f6
commit 01c524c5b7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ eval "$(grep -h -- \
"$XDG_CONFIG_HOME/zsh/.zprofile" "$HOME/.pam_environment" 2>/dev/null)"
case "$(readlink -f /sbin/init)" in
*systemd*) export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus ;;
*systemd*) export XDG_RUNTIME_DIR=unix:path=/run/user/$(id -u)/bus ;;
esac
export GPG_TTY=$TTY