From ec6bec1983a8ecd2dc9f3fa075964be64cad3981 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 27 Feb 2018 22:55:46 +0100 Subject: Modularize environment variables --- notmuch/.config/env/90-notmuch.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 notmuch/.config/env/90-notmuch.sh (limited to 'notmuch/.config/env/90-notmuch.sh') diff --git a/notmuch/.config/env/90-notmuch.sh b/notmuch/.config/env/90-notmuch.sh new file mode 100644 index 0000000..1a31463 --- /dev/null +++ b/notmuch/.config/env/90-notmuch.sh @@ -0,0 +1 @@ +export NOTMUCH_CONFIG="${XDG_CONFIG_HOME}/notmuch/config" -- cgit v1.2.1