From 553d62e7a36128c1d158d53fcc53d85f05252c18 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 22 Feb 2019 16:59:15 +0100 Subject: [PATCH] local/bin/homesync: Overwrite history/eshell --- .local/bin/homesync | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/homesync b/.local/bin/homesync index a778ba6d..34215ec4 100755 --- a/.local/bin/homesync +++ b/.local/bin/homesync @@ -100,6 +100,7 @@ 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