Marty Oehme
03684ce29f
Reflecting the somewhat expanding scope of the module, renamed it to office. Still keeps the old files and setups but also got a new README file.
4 lines
149 B
Bash
4 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"
|