Explorar el Código

hardcode ZDOTDIR to ${XDG_CONFIG_HOME:-$HOME/.config}/zsh, if it exists.

pull/639/head
Francesco Minnocci hace 3 años
padre
commit
8e351cb2fe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      bin/mailsync

+ 1
- 0
bin/mailsync Ver fichero

@@ -20,6 +20,7 @@ pgrep -x mbsync >/dev/null && { echo "mbsync is already running." ; exit ;}
# archive, notmuch and the GPG home. This is done by searching common profile
# files for variable assignments. This is ugly, but there are few options that
# will work on the maximum number of machines.
[ -d "${XDG_CONFIG_HOME:-$HOME/.config}/zsh" ] && ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
eval "$(grep -h -- \
"^\s*\(export \)\?\(MBSYNCRC\|PASSWORD_STORE_DIR\|NOTMUCH_CONFIG\|GNUPGHOME\)=" \
"$HOME/.profile" "$HOME/.bash_profile" "${ZDOTDIR:-$HOME}/.zprofile" "$HOME/.bashrc" "${ZDOTDIR:-$HOME}/.zshrc" "$HOME/.pam_environment" 2>/dev/null)"


Cargando…
Cancelar
Guardar