aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index ae552a6..4a79482 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -42,6 +42,7 @@ export HISTSIZE=-1
export HISTFILE="$XDG_STATE_HOME/sh-history"
export SRC=~/dev
export PRIV_CONFIG="$XDG_PREFIX"/var/lib/private/tilde
+export PRIV_STATEDIR=/var/lib/"$USER"
export EDITOR='e'
export VISUAL="$EDITOR"
export PAGER='less -R'