From 66e057a4ed2d1f33c5e02cc8f6f2cc36137ba53d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 24 Nov 2022 18:38:27 -0300 Subject: Revert "Revert "Move email, IRC and Atom into Thunderbird"" This reverts commit 3dcbe37baab74e089dee6f93d74a8824f5591478. The Postfix local server is still a bit janky and being worked on, now can be used to replace the previous email toolchain. --- etc/sh/rc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/sh') 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' -- cgit v1.2.3