Update and migrate zsh history file location
Alan Pearce alan@alanpearce.co.uk
Sun, 13 Apr 2014 10:04:03 +0100
2 files changed, 2 insertions(+), 1 deletions(-)
M hooks/post-up/zsh → hooks/post-up/zsh
@@ -49,3 +49,4 @@ zrecompile -p $fp $fp/* done [[ -f ~/.zsh/fasd-data ]] && mv ~/.zsh/fasd-data ~/.cache/zsh/fasd-data +[[ -f ~/.zsh/history ]] && mv ~/.zsh/history ~/.cache/zsh/history
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -6,7 +6,7 @@ # # zsh variables # -HISTFILE=~/.zsh/history +HISTFILE=~/.cache/zsh/history HISTSIZE=4000 SAVEHIST=3000