[mail] fix: file sourcing in mailsync
This commit is contained in:
parent
fafbc7029c
commit
865f400521
@ -24,7 +24,7 @@ eval "$(grep -h -- \
|
|||||||
"$XDG_CONFIG_HOME/zsh/.zprofile" "$HOME/.pam_environment" 2>/dev/null)"
|
"$XDG_CONFIG_HOME/zsh/.zprofile" "$HOME/.pam_environment" 2>/dev/null)"
|
||||||
|
|
||||||
export GPG_TTY=$TTY
|
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
|
# Config file location must be passed at execution, not as envrionment variable
|
||||||
[ -n "$MBSYNCRC" ] && alias mbsync="mbsync -c $MBSYNCRC" || MBSYNCRC="$HOME/.mbsyncrc"
|
[ -n "$MBSYNCRC" ] && alias mbsync="mbsync -c $MBSYNCRC" || MBSYNCRC="$HOME/.mbsyncrc"
|
||||||
|
Reference in New Issue
Block a user