diff options
author | EuAndreh <eu@euandre.org> | 2022-11-24 18:38:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-24 18:38:27 -0300 |
commit | 66e057a4ed2d1f33c5e02cc8f6f2cc36137ba53d (patch) | |
tree | 28ffeb60a996bf313c830d79b44d62d03d7de472 /etc/sh | |
parent | etc/guix/home.scm: Use patched "mailutils-sendmail" package (diff) | |
download | dotfiles-66e057a4ed2d1f33c5e02cc8f6f2cc36137ba53d.tar.gz dotfiles-66e057a4ed2d1f33c5e02cc8f6f2cc36137ba53d.tar.xz |
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.
Diffstat (limited to 'etc/sh')
-rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |