summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-10-01 01:52:48 +0900
committerA Farzat <a@farzat.xyz>2024-10-01 01:52:48 +0900
commitadfdd790ffc7cdd18237d15fb4808f909a1320a8 (patch)
treee8ff0876b7922654c82203d6260d70321629533c /.profile
parentade1f44f40fa07699e25b5c7d0c37cd2a6f1a131 (diff)
downloaddotfiles-adfdd790ffc7cdd18237d15fb4808f909a1320a8.tar.gz
dotfiles-adfdd790ffc7cdd18237d15fb4808f909a1320a8.zip
Add notmuch-config
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index d0368b8..4bed3ea 100644
--- a/.profile
+++ b/.profile
@@ -37,6 +37,8 @@ fi
# Some environment variable settings for some programs.
+export MAILDIR="$XDG_DATA_HOME/mail"
+export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch-config"
# Pipenv.
export PIPENV_VENV_IN_PROJECT=1
# Go.