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 | |
parent | 4922c3cbaabe5ded9567302bcfb4deba6025c84f (diff) | |
download | dotfiles-128b22cd4b05541c2d6c8ced9bde232d64362cae.tar.xz |
zsh/zprofile: Add NOTMUCH_CONFIG
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | mail-sig | 6 | ||||
-rw-r--r-- | zsh/zprofile | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mail-sig b/mail-sig new file mode 100644 index 0000000..92a7a11 --- /dev/null +++ b/mail-sig @@ -0,0 +1,6 @@ +-- +Sincerely, + Johannes Löthberg + PGP Key ID: 0x50FB9B273A9D0BB5 + PGP Key FP: 5134 EF9E AF65 F95B 6BB1 608E 50FB 9B27 3A9D 0BB5 + https://theos.kyriasis.com/~kyrias/ 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 |