local/bin/home*: Remove unused Eshell history synchronization.

master
Pierre Neidhardt 2020-06-11 11:51:27 +02:00
parent ffab601b40
commit 7d44e561b8
2 changed files with 0 additions and 13 deletions

View File

@ -345,12 +345,6 @@ if [ -x "$XDG_BIN_HOME"/updatedb-local ]; then
"$XDG_BIN_HOME"/updatedb-local
fi
if [ -f ~/personal/history/eshell.gpg ]; then
section "Shell history"
mkdir -pv ~/.cache/emacs/eshell/
gpg --output ~/.cache/emacs/eshell/history --decrypt ~/personal/history/eshell.gpg
fi
section "Mail"
# lnn "$SOURCEDIR/mail/authinfo.gpg" "$HOME/.authinfo.gpg" ## Only if not using password-store.
mkdir -pv "$HOME/.cache/mail/"

View File

@ -112,13 +112,6 @@ fi
# section "$HOME/.package-lists"
# package-lister
if [ -f ~/.cache/emacs/eshell/history ]; then
section "Shell history"
mkdir -pv ~/personal/history/
rm -vf ~/personal/history/eshell.gpg
gpg --output ~/personal/history/eshell.gpg --recipient mail@ambrevar.xyz --encrypt ~/.cache/emacs/eshell/history
fi
if [ -e ~/.cache/mail/.notmuch ]; then
section "Notmuch tags"
notmuch restore --accumulate --input=$HOME/personal/mail/notmuch.dump