[mail] fix: file sourcing in mailsync

This commit is contained in:
David JULIEN 2022-11-24 09:24:20 +01:00
parent fafbc7029c
commit 865f400521
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ eval "$(grep -h -- \
"$XDG_CONFIG_HOME/zsh/.zprofile" "$HOME/.pam_environment" 2>/dev/null)"
export GPG_TTY=$TTY
[ -r "$HOME/.dbus/Xdbus" ] && source "$HOME/.dbus/Xdbus"
[ -r "$HOME/.dbus/Xdbus" ] && . "$HOME/.dbus/Xdbus"
# Config file location must be passed at execution, not as envrionment variable
[ -n "$MBSYNCRC" ] && alias mbsync="mbsync -c $MBSYNCRC" || MBSYNCRC="$HOME/.mbsyncrc"