local/bin/homesync: Overwrite history/eshell

master
Pierre Neidhardt 2019-02-22 16:59:15 +01:00
parent f41ab1b873
commit 553d62e7a3
1 changed files with 1 additions and 0 deletions

View File

@ -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