summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-17 21:39:42 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-17 21:39:42 -0500
commit5de0e0b360f5294d0c1a037543a8492432114ee4 (patch)
treed4cdde435adcaf9706f9e0343482765bb4851d1e /config
parent790064c91f1291b55ac3a6627c41c8181e4b6b42 (diff)
downloadconf-5de0e0b360f5294d0c1a037543a8492432114ee4.tar.gz
conf-5de0e0b360f5294d0c1a037543a8492432114ee4.zip
actually, don't move notmuch config around
let's try to keep with default config file locations
Diffstat (limited to 'config')
-rw-r--r--config/notmuch/config18
-rw-r--r--config/sh/env1
2 files changed, 0 insertions, 19 deletions
diff --git a/config/notmuch/config b/config/notmuch/config
deleted file mode 100644
index c194010..0000000
--- a/config/notmuch/config
+++ /dev/null
@@ -1,18 +0,0 @@
-[database]
-path=/home/doy/Maildir
-
-[user]
-name=Jesse Luehrs
-primary_email=doy@tozt.net
-other_email=doy@stripe.com;jesse.luehrs@iinteractive.com;doy@cpan.org;
-
-[new]
-tags=unread;new;
-
-ignore=
-
-[maildir]
-synchronize_flags=true
-
-[search]
-exclude_tags=spam;
diff --git a/config/sh/env b/config/sh/env
index dd54019..f49ebd6 100644
--- a/config/sh/env
+++ b/config/sh/env
@@ -22,6 +22,5 @@ export FANCY_PROMPT_COLORS="user_doy=bright_blue,host_st-doy1=bright_white,host_
export PASSWORD_STORE_X_SELECTION=primary
type brew > /dev/null 2>&1 && export PATH="/usr/local/opt/coreutils/libexec/gnubin:/usr/local/opt/findutils/libexec/gnubin:/usr/local/sbin:$PATH"
type brew > /dev/null 2>&1 && export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:/usr/local/opt/findutils/libexec/gnuman:$MANPATH"
-export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-${HOME}/.config}/notmuch/config"
# vim:ft=sh: