aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
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"