summaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-28 18:43:40 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-28 18:43:40 -0600
commit3336a105fbf7f13703e1889cbcd631e660c94451 (patch)
tree11d1c73425d96ef4980c45bc70bb22e3b97e7480 /sh/.profile
parent99533d2a8eed7c9ba789cfdb4718a2b4ade12826 (diff)
feat: add MAIL directory variable
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile
index 31438c1..1820093 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -8,6 +8,7 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-/run/user/$(id -u "$USER")}"
+export MAIL="/var/mail/$USER"
export PATH="$PATH:$HOME/.local/bin"