dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 89c82c02b91116e5ddda1fef3885c3f4fa03527a
parent 1b4eecd7507aa81ea31f936032e94dddd2e3a468
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 23 Aug 2021 09:02:21 -0700

Set NOTMUCH_CONFIG

This allows me to keep notmuch's config at .config/notmuch/config rather
than in the default location directly under my home directory.

Diffstat:
M.zshenv | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.zshenv b/.zshenv @@ -21,6 +21,9 @@ export LC_TIME=en_AU.UTF-8 export GNUPGHOME="$HOME/.gnupg" export GPG_TTY="$(tty)" +# Notmuch email indexer. +export NOTMUCH_CONFIG="$HOME/.config/notmuch/config" + # Google stuff. export P4CONFIG=.p4config export P4EDITOR=vim