From ad529fd05f192d37299a5e8d009baa5d16da30bb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 13 Apr 2014 10:04:03 +0100 Subject: Update and migrate zsh history file location --- hooks/post-up/zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'hooks') diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh index 1db24bf..2d94d49 100755 --- a/hooks/post-up/zsh +++ b/hooks/post-up/zsh @@ -49,3 +49,4 @@ for fp in $ZDOTDIR/functions/*(/); do done [[ -f ~/.zsh/fasd-data ]] && mv ~/.zsh/fasd-data ~/.cache/zsh/fasd-data +[[ -f ~/.zsh/history ]] && mv ~/.zsh/history ~/.cache/zsh/history -- cgit 1.4.1