dotfiles/office/.config/sh/env.d/notmuch-xdg.sh

5 lines
149 B
Bash
Raw Normal View History

2020-09-14 08:47:02 +00:00
#!/usr/bin/env sh
# Make notmuch config comply with xdg base dir specification
export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-~/.config}/notmuch/config"