Explorar el Código

Use own config home if not set already

pull/480/head
thehnm hace 5 años
padre
commit
2c881f9b64
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      bin/mailsync

+ 4
- 2
bin/mailsync Ver fichero

@@ -15,12 +15,14 @@ command -v notify-send >/dev/null || echo "Note that \`libnotify\` or \`libnotif
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
export DISPLAY=:0.0

configdir=${XDG_CONFIG_HOME:=$HOME/.config}

# For individual configurations:
[ -d "$HOME/.local/share/password-store" ] && export PASSWORD_STORE_DIR="$HOME/.local/share/password-store"

if [ -f "$HOME/.config/isync/mbsyncrc" ]; then
MBSYNC="mbsync -c \"$HOME/.config/isync/mbsyncrc\""
MBSYNCRCPATH="$HOME/.config/isync/mbsyncrc"
MBSYNC="mbsync -c \"$configdir/isync/mbsyncrc\""
MBSYNCRCPATH="$configdir/isync/mbsyncrc"
else
MBSYNC="mbsync"
MBSYNCRCPATH="$HOME/.mbsyncrc"


Cargando…
Cancelar
Guardar