diff options
Diffstat (limited to 'hooks/post-up')
-rwxr-xr-x | hooks/post-up/zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh index 1db24bfa..2d94d49a 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 |