diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-28 19:16:29 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-28 19:16:29 +0200 |
commit | 128b22cd4b05541c2d6c8ced9bde232d64362cae (patch) | |
tree | 6d3f9a2370f8cea32666202dd124c85792a47cb0 /zsh | |
parent | 4922c3cbaabe5ded9567302bcfb4deba6025c84f (diff) | |
download | dotfiles-128b22cd4b05541c2d6c8ced9bde232d64362cae.tar.xz |
zsh/zprofile: Add NOTMUCH_CONFIG
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zprofile b/zsh/zprofile index 14de233..85fd685 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -18,6 +18,7 @@ export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg export GALE_DIR="$XDG_CONFIG_HOME"/gale export HTTPIE_CONFIG_DIR="$XDG_CONFIG_HOME"/httpie export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/password-store +export NOTMUCH_CONFIG="$XDG_CONFIG_HOME"/notmuch-config # Config overrides export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc-2.0 |