zsh:zprofile: Add $MBSYNCRC

Additionally to the mbsync alias that was already created, add
`$MBSYNCRC` so that mutt-wizards tools use the correct config as well.
This commit is contained in:
2023-03-31 02:30:01 +02:00
parent 7462b5a7af
commit a68599d9ae

View File

@@ -19,6 +19,7 @@ export GRADLE_USER_HOME="$XDG_DATA_HOME"/gradle
export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME"/jupyter
export PYLINTHOME="${XDG_CACHE_HOME}"/pylint
export PYTHONSTARTUP="${XDG_CONFIG_HOME}"/python/pythonrc
export MBSYNCRC="$XDG_CONFIG_HOME"/isync/mbsyncrc
export HISTFILE="$XDG_DATA_HOME"/bash/history
export LESSHISTFILE=/dev/null