diff options
-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 |