all repos — archive/dotfiles @ ad529fd05f192d37299a5e8d009baa5d16da30bb

Superseded by nixfiles

Update and migrate zsh history file location
Alan Pearce alan@alanpearce.co.uk
Sun, 13 Apr 2014 10:04:03 +0100
commit

ad529fd05f192d37299a5e8d009baa5d16da30bb

parent

606c29d286a3da41da310faaa008d1a0280decd7

2 files changed, 2 insertions(+), 1 deletions(-)

jump to
M hooks/post-up/zshhooks/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/zshrctag-zsh/config/zsh/zshrc
@@ -6,7 +6,7 @@ #
 # zsh variables
 #
-HISTFILE=~/.zsh/history
+HISTFILE=~/.cache/zsh/history
 HISTSIZE=4000
 SAVEHIST=3000