all repos — nixfiles @ ad529fd05f192d37299a5e8d009baa5d16da30bb

System and user configuration, managed by nix and home-manager

Update and migrate zsh history file location

Alan Pearce
commit

ad529fd05f192d37299a5e8d009baa5d16da30bb

parent

606c29d286a3da41da310faaa008d1a0280decd7

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

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