diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/guix/home.scm | 2 | ||||
| -rw-r--r-- | etc/mailcaps/config | 1 | ||||
| -rw-r--r-- | etc/sh/rc | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 79bb1c1..3bf9f3e 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -227,7 +227,9 @@ (define cronjobs (list + #~(job "0 0 * * *" "cronjob msmtp-queue -r") #~(job "0 0 * * *" "cronjob check") + #~(job "5 */6 * * *" "cronjob m") #~(job "30 0 * * *" "cronjob x update AND upgrade") #~(job "30 0 * * *" "cronjob backup -q cron"))) diff --git a/etc/mailcaps/config b/etc/mailcaps/config new file mode 100644 index 0000000..60f7286 --- /dev/null +++ b/etc/mailcaps/config @@ -0,0 +1 @@ +text/html; env HOME=$XDG_DATA_HOME/w3m w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput @@ -53,7 +53,9 @@ export GUILE_HISTORY="$XDG_STATE_HOME/guile-history" export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" export RLWRAP_HOME="$XDG_CACHE_HOME/rlwrap" export LESSHISTFILE="$XDG_STATE_HOME/lesshst" +export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/default/config" export PASSWORD_STORE_DIR="$SRC/private/password-store" +export MAILCAPS="$XDG_CONFIG_HOME/mailcaps/config" export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc.py" export EXINIT=' " set number @@ -106,6 +108,7 @@ unalias -a alias p='ping euandre.org -c 3' alias c='tmux send-keys -R \; clear-history' alias o='open' +alias mm='msmtp-queue -r' alias s='vcs status' alias d='vcs diff' alias ds='vcs diff -- --staged' |
