diff options
author | Alan Pearce | 2014-04-13 10:04:03 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-13 10:04:03 +0100 |
commit | ad529fd05f192d37299a5e8d009baa5d16da30bb (patch) | |
tree | 5ac8b339263bbdca86127d125e14e7e465cda730 /hooks | |
parent | 606c29d286a3da41da310faaa008d1a0280decd7 (diff) | |
download | dotfiles-ad529fd05f192d37299a5e8d009baa5d16da30bb.tar.lz dotfiles-ad529fd05f192d37299a5e8d009baa5d16da30bb.tar.zst dotfiles-ad529fd05f192d37299a5e8d009baa5d16da30bb.zip |
Update and migrate zsh history file location
Diffstat (limited to 'hooks')
-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 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 |