dotfiles/mail/.config/sh/env.d/notmuch-xdg.sh
2020-09-23 17:55:05 +02:00

5 lines
149 B
Bash

#!/usr/bin/env sh
# Make notmuch config comply with xdg base dir specification
export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-~/.config}/notmuch/config"